We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de7df4 commit 813b8f2Copy full SHA for 813b8f2
1 file changed
src/app/page.tsx
@@ -13,7 +13,7 @@ export default function Home() {
13
<div className="flex items-center gap-3 sm:gap-4">
14
{/* eslint-disable-next-line @next/next/no-img-element */}
15
<img
16
- src="/patrick-profile.png"
+ src="/resume/patrick-profile.png"
17
alt="Patrick McDonnell"
18
className="w-[58px] h-[58px] sm:w-[74px] sm:h-[74px] rounded-full object-cover flex-shrink-0 cursor-pointer hover:opacity-80 transition-opacity duration-200"
19
onClick={toggleTheme}
0 commit comments