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
Binary file removed public/images/curtis.jpeg
Binary file not shown.
Binary file added public/images/curtis.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/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Footer = ({ recentPosts, topTags }: { recentPosts: Post[], topTags:
<aside className="grid-flow-col items-center mx-auto md:mx-0">
<div className="avatar mx-2">
<div className="w-10 rounded-full grayscale">
<Image src="/images/curtis.jpeg" alt={config.title} width={40} height={40} />
<Image src="/images/curtis.png" alt={config.title} width={40} height={40} />
</div>
</div>
<p>{copyright}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Header = () => {
<div className="flex-none">
<div className="avatar mx-2">
<div className="w-10 rounded-full">
<Link href="/"><Image src="/images/curtis.jpeg" alt={config.title} width={40} height={40} /></Link>
<Link href="/"><Image src="/images/curtis.png" alt={config.title} width={40} height={40} /></Link>
</div>
</div>
</div>
Expand Down
Loading