File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default function Header() {
4848 return (
4949 < Link key = { item . name } href = { item . link } >
5050 < a
51- className = " text-sm font-semibold text-white hover:text-white transition duration-150"
51+ className = "inline-flex items-center px-4 py-1 border border-white shadow-sm text-sm font-semibold rounded-full text-white bg-blur hover:opacity-80 transition duration-150"
5252 >
5353 { item . name }
5454 </ a >
@@ -59,7 +59,7 @@ export default function Header() {
5959 < a
6060 key = { item . name }
6161 href = { item . href }
62- className = "text-sm font-bold text-white hover:text-white transition duration-150"
62+ className = "inline-flex items-center px-4 py-1 border border-white shadow-sm text-sm font-semibold rounded-full text-white bg-blur hover:opacity-80 transition duration-150"
6363 target = { item . target }
6464 >
6565 { item . name }
You can’t perform that action at this time.
0 commit comments