We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24ee01 commit d6bef60Copy full SHA for d6bef60
src/pages/[...portfolio]/[...page].astro
@@ -49,7 +49,7 @@ const meta = {
49
<div>
50
<div class="relative mb-8 m-auto max-w-3xl">
51
<Picture
52
- src={import('~/assets/images/TBTT.png')}
+ src={import('~/assets/images/TBBT.png')}
53
class="mx-auto rounded-md shadow-lg bg-gray-400 dark:bg-slate-700"
54
widths={[400, 100]}
55
sizes=" (max-width: 100px) 400px, 100px"
0 commit comments