Fix headshot filename extension to .jpg
This commit is contained in:
@@ -5,7 +5,7 @@ export default function Introduction() {
|
|||||||
<div>
|
<div>
|
||||||
<div className="overflow-hidden rounded-2xl border border-slate-200 bg-emerald-50/40">
|
<div className="overflow-hidden rounded-2xl border border-slate-200 bg-emerald-50/40">
|
||||||
<img
|
<img
|
||||||
src="/docs/headshot"
|
src="/docs/headshot.jpg"
|
||||||
alt="Peter-William L. Myers headshot"
|
alt="Peter-William L. Myers headshot"
|
||||||
className="h-80 w-full bg-emerald-100 object-cover md:h-96"
|
className="h-80 w-full bg-emerald-100 object-cover md:h-96"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user