Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 20, 2024
1 parent 4450e51 commit 9cebd2e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Binary file modified app/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion app/components/logo.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
import { SquareChartGanttIcon } from 'lucide-react';
import Image from 'next/image';
import type { FC } from 'react';

export const Logo: FC = () => (
<div className="flex items-center gap-2">
<SquareChartGanttIcon className="h-6 w-6" />
<Image
src="/logo.png"
alt="Roadmap UI"
width={24}
height={24}
className="dark:hidden"
/>
<SquareChartGanttIcon className="hidden h-4 w-4 dark:block" />
<span className="font-semibold">Roadmap UI</span>
</div>
);
Binary file modified app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cebd2e

Please sign in to comment.