Skip to content

Commit 7f043e7

Browse files
JoeMattclaude
andcommitted
fix: replace deprecated frameBorder with CSS style in ItchIoEmbed
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6952c93 commit 7f043e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ItchIoEmbed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const ItchIoEmbed: React.FC<ItchIoEmbedProps> = ({ itchId, linkColor = '#5b96fa'
1717
src={src}
1818
width={552}
1919
height={167}
20-
frameBorder={0}
20+
style={{ border: 0 }}
2121
className={className}
2222
loading="lazy"
2323
/>

0 commit comments

Comments
 (0)