Skip to content

Commit

Permalink
feat: add word logo
Browse files Browse the repository at this point in the history
  • Loading branch information
decebal committed Nov 17, 2024
1 parent 2d20be2 commit 3461a5a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,14 @@ export const Header = () => {
)}
</div>
<Link href="/" passHref className="hidden lg:flex items-center gap-2 ml-4 mr-6 shrink-0">
<div className="flex relative w-10 h-10">
<Image alt="Rent2Own" className="cursor-pointer" fill src="/logo.png" />
<div className="flex relative rounded w-10 h-10">
<Image
alt="Rent2Own"
className="cursor-pointer"
fill
sizes="(max-width: 768px) 10vw, (max-width: 1200px) 10vw, 10vw"
src="/logo.png"
/>
</div>
<div className="flex flex-col">
<span className="font-bold leading-tight">Rent2Own</span>
Expand Down
Binary file modified packages/nextjs/public/android-chrome-192x192.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 packages/nextjs/public/android-chrome-512x512.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 packages/nextjs/public/apple-touch-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 packages/nextjs/public/favicon-16x16.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 packages/nextjs/public/favicon-32x32.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 packages/nextjs/public/favicon.ico
Binary file not shown.
Binary file modified packages/nextjs/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 3461a5a

Please sign in to comment.