Skip to content
Merged
2 changes: 1 addition & 1 deletion apps/marketing/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function Nav() {
<nav className="fixed top-0 z-40 w-full">
<div className="mx-auto flex max-w-6xl items-center justify-between px-6 py-5">
<a href="/" className="flex items-center gap-2 text-foreground no-underline">
<img src="/icon.png" alt="OK Code" width={24} height={24} className="rounded-md" />
<img src="/icon.svg" alt="OK Code" width={24} height={24} className="rounded-md" />
<span className="text-[15px] font-semibold tracking-tight">OK Code</span>
</a>

Expand Down
1 change: 0 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"rootDirectory": "apps/marketing",
"framework": "nextjs",
"buildCommand": "bun run build",
"installCommand": "bun install",
Expand Down
Loading