Skip to content

Commit

Permalink
typos header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherpepe authored Nov 25, 2024
1 parent 1963116 commit 9958121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const MobileMenu: FC<MobileMenuProps> = ({ isOpen, onClose, onOpenModal }) => {
href="https://github.com/keep-starknet-strange/shinigami"
target="_blank"
>
<button className="text-white w-full text-center bg-[#111111] py-2.5 rounded-md flex row items-center justify-center">
<button className="text-white w-full text-center bg-[#111111] py-2.5 rounded-md flex flex-row items-center justify-center">
<div className="flex flex-row items-center space-x-1">
<Image src={githubImage} alt="" unoptimized />
<h6 className="text-[#00FF5E] uppercase">Github</h6>
Expand Down Expand Up @@ -102,7 +102,7 @@ export default function Header() {
>
<div className="flex flex-row items-center space-x-1">
<Image src={githubImage} alt="" unoptimized />
<h6 className="text-#00FF5E uppercase">Github</h6>
<h6 className="text-[#00FF5E] uppercase">Github</h6>
</div>
</Link>
</div>
Expand Down

0 comments on commit 9958121

Please sign in to comment.