Add Puter project and optimize portfolio media
This commit is contained in:
@@ -16,7 +16,7 @@ export function Sidebar() {
|
||||
<div className="w-full space-y-3 px-4 pb-2 pt-4 sm:px-6 lg:hidden">
|
||||
<div className="flex items-center gap-4">
|
||||
<ImageWithSkeleton
|
||||
src="/headshot.png"
|
||||
src="/headshot.webp"
|
||||
alt={`${name[0]?.first} ${name[0]?.last}`}
|
||||
width={240}
|
||||
height={240}
|
||||
@@ -76,7 +76,7 @@ export function Sidebar() {
|
||||
<div className="flex-shrink-0 border-b border-border/50 px-8 py-8">
|
||||
<div className="flex flex-col items-center space-y-4">
|
||||
<ImageWithSkeleton
|
||||
src="/headshot.png"
|
||||
src="/headshot.webp"
|
||||
alt={`${name[0]?.first} ${name[0]?.last}`}
|
||||
width={400}
|
||||
height={400}
|
||||
|
||||
Reference in New Issue
Block a user