Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrugu committed Jul 10, 2024
1 parent 1051408 commit f25403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Header() {
"absolute top-0 left-0 w-full bg-black/[.03] dark:bg-white/[.03] py-3 text-center text-gray-600 dark:text-gray-400 text-xs px-8"
}
>
<span className="hidden sm:inline">You're connected to a different network.{" "}</span>
<span className="hidden sm:inline">You're connected to a different network.</span>{" "}
<span
onClick={() => switchChain({ chainId: DEFAULT_CHAIN.id })}
className={"font-extrabold text-primary underline cursor-pointer"}
Expand Down

0 comments on commit f25403b

Please sign in to comment.