Skip to content

Commit

Permalink
feat: update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
JJozef committed Oct 7, 2024
1 parent a63f6e8 commit 550e586
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file removed public/logo.jpg
Binary file not shown.
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.
2 changes: 1 addition & 1 deletion src/app/about/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function AboutPage() {
</div>
<div className='flex justify-center rounded-full from-zinc-200 to-zinc-400 dark:from-zinc-500/80 dark:to-zinc-800/80 bg-gradient-to-b w-max p-1'>
<Image
src='/logo.jpg'
src='/logo.png'
alt='Jose Ignacio - Logo'
width={92}
height={92}
Expand Down
6 changes: 3 additions & 3 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export const metadata = {
creator: '@jozefzin'
},
icons: {
icon: '/logo.jpg',
shortcut: '/logo.jpg',
apple: '/logo.jpg'
icon: '/logo.png',
shortcut: '/logo.png',
apple: '/logo.png'
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/cards/social-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function SocialCard() {
<NoisyCard className='flex flex-col justify-center items-center gap-6'>
<div className='flex justify-center rounded-full from-zinc-200 to-zinc-400 dark:from-zinc-500/80 dark:to-zinc-800/80 bg-gradient-to-b w-max p-1'>
<Image
src='/logo.jpg'
src='/logo.png'
alt='Jose Ignacio - Logo'
width={92}
height={92}
Expand Down
4 changes: 2 additions & 2 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export default function Header() {

<Link href='/'>
<Image
src='/logo.jpg'
src='/logo.png'
alt='Jozef Logo'
width={40}
height={40}
className='h-10 w-10 rounded-xl sm:hidden cursor-pointer no-drag'
className='size-7 rounded-md sm:hidden cursor-pointer no-drag'
/>
</Link>

Expand Down

0 comments on commit 550e586

Please sign in to comment.