Skip to content

Commit 3547149

Browse files
authored
Add new photo to feet pics collection (#18863)
Generated-By: PostHog Code Task-Id: cc0f99fc-17e1-4f1c-a5ec-25b71805baf8
1 parent bda3be0 commit 3547149

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/pages/feet-pics/index.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,21 @@ export default function FeetPics(): JSX.Element {
180180
className={`size-24`}
181181
orientation={isListLayout ? 'row' : 'column'}
182182
></AppLink>
183+
184+
<AppLink
185+
label="GO AWAY BEAR.png"
186+
Icon={
187+
<CloudinaryImage
188+
src="https://res.cloudinary.com/dmukukwp6/image/upload/h_1000,c_limit,q_auto,f_auto/Clean_Shot_2026_07_23_at_10_11_01_7e640950df.png"
189+
alt="GO AWAY BEAR.png"
190+
className="w-full h-full object-cover"
191+
imgClassName="size-24"
192+
/>
193+
}
194+
background="bg-primary"
195+
className={`size-24`}
196+
orientation={isListLayout ? 'row' : 'column'}
197+
></AppLink>
183198
</div>
184199
</Explorer>
185200
</>

0 commit comments

Comments
 (0)