Skip to content

Commit

Permalink
Improvements to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 20, 2024
1 parent 7654f23 commit d981ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Header = () => {

<Link href="/not-found" passHref>
<button
className={`bg-transparent text-red-600 hover:bg-transparent border-none hidden lg:flex flex-row items-center justify-center text-xl ${
className={`bg-transparent text-gray-500 hover:bg-transparent border-none hidden lg:flex flex-row items-center justify-center text-xl ${
pathname === "/notifications" ? "text-blue-600" : ""
}`}
>
Expand All @@ -69,7 +69,7 @@ export const Header = () => {

<Link href="/not-found" passHref>
<button
className={`bg-transparent text-red-600 hover:bg-transparent border-none hidden lg:flex flex-row items-center justify-center text-xl ${
className={`bg-transparent text-gray-500 hover:bg-transparent border-none hidden lg:flex flex-row items-center justify-center text-xl ${
pathname === "/messages" ? "text-blue-600" : ""
}`}
>
Expand Down

0 comments on commit d981ced

Please sign in to comment.