mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-18 05:13:12 -05:00
add pubs
This commit is contained in:
@@ -65,8 +65,9 @@ export function Sidebar() {
|
||||
<Image
|
||||
src="/headshot.png"
|
||||
alt="Sean O'Connor"
|
||||
fill
|
||||
className="object-cover"
|
||||
width={240}
|
||||
height={240}
|
||||
className="object-cover rounded-xl"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
@@ -119,9 +120,12 @@ export function Sidebar() {
|
||||
<Image
|
||||
src="/headshot.png"
|
||||
alt="Sean O'Connor"
|
||||
fill
|
||||
className="object-cover"
|
||||
width={240}
|
||||
height={240}
|
||||
className="object-cover rounded-xl"
|
||||
priority
|
||||
placeholder="blur"
|
||||
blurDataURL="data:image/jpeg;base64,/9j..."
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user