Skip to content

Commit

Permalink
make convex in header link
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 18, 2024
1 parent e60bc43 commit 8c1f782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ export default function Header() {
</nav>

<div className="flex items-center space-x-4">
<span className="mr-2 text-sm">Synced using Convex</span>
<Link
href="https://www.convex.dev"
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-2 text-sm"
>
Synced using Convex
<Image src="/convex.svg" alt="Convex" width={24} height={24} />
</Link>

Expand Down

0 comments on commit 8c1f782

Please sign in to comment.