Skip to content

Commit f0d91eb

Browse files
authored
fix(web): Examples images (#1193)
1 parent 38142b9 commit f0d91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const Example: React.FC<Readonly<ExampleProps>> = ({
3636
alt={name}
3737
className="rounded-t-md"
3838
height="300"
39-
src={`/static/examples/${id}.png`}
39+
src={`/static/examples/${id.replace(".tsx", "")}.png`}
4040
width="450"
4141
/>
4242
<div className="p-4">

0 commit comments

Comments
 (0)