Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ export default function HomePage() {
<header className="sticky top-0 z-40 border-b border-fd-border bg-fd-background/80 backdrop-blur-md">
<div className="mx-auto flex h-14 max-w-6xl items-center justify-between gap-4 px-6">
<Link href="/" className="flex items-center gap-3">
<img src="/logo-light.png" alt="Next Commerce" width={105} height={21} className="dark:hidden" />
<img src="/logo-dark.png" alt="Next Commerce" width={105} height={21} className="hidden dark:block" />
<img src="/next-dark.svg" alt="Next Commerce" width={451} height={148} className="h-auto w-24 dark:hidden" />
<img src="/next-white.svg" alt="Next Commerce" width={451} height={148} className="hidden h-auto w-24 dark:block" />
<span className="hidden border-l border-fd-border pl-3 text-xs font-medium text-fd-muted-foreground sm:inline">
Docs
</span>
Expand Down
4 changes: 2 additions & 2 deletions lib/layout.shared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export function baseOptions(): BaseLayoutProps {
nav: {
title: (
<>
<img src="/logo-light.png" alt={siteConfig.companyName} width={105} height={21} className="dark:hidden" />
<img src="/logo-dark.png" alt={siteConfig.companyName} width={105} height={21} className="hidden dark:block" />
<img src="/next-dark.svg" alt={siteConfig.companyName} width={451} height={148} className="h-auto w-24 dark:hidden" />
<img src="/next-white.svg" alt={siteConfig.companyName} width={451} height={148} className="hidden h-auto w-24 dark:block" />
</>
),
url: '/',
Expand Down
Binary file removed public/logo-dark.png
Binary file not shown.
Binary file removed public/logo-light.png
Binary file not shown.
8 changes: 8 additions & 0 deletions public/next-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/next-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading