Skip to content

Commit

Permalink
fix: profile image (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumendorf authored Jan 6, 2025
1 parent 152c45e commit 01d9df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Hero() {
<div className="relative inline-block">
<div className="w-40 h-40 mx-auto rounded-full overflow-hidden shadow-xl border-4 border-white dark:border-gray-800 ring-4 ring-accent/10">
<img
src="/marco-small.jpg"
src={import.meta.env.DEPLOY_TARGET === 'gh-pages' ? '/profile-page/marco-small.jpg' : '/marco-small.jpg'}
alt="Dr Marco Blumendorf - Tech Leader and AI Expert"
className="w-full h-full object-cover object-center"
role="img"
Expand Down

0 comments on commit 01d9df0

Please sign in to comment.