Skip to content

Commit 191a3d0

Browse files
committed
fix
1 parent d88c32d commit 191a3d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/theme/Footer/EventPosterCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const EventPosterCard: FC<Omit<EventPosterCardInfo, 'show' | 'expire'>> = (props
8787
src={currentConfig.image}
8888
alt={currentConfig.description}
8989
width={width}
90-
style={{ maxWidth: '100vw' }}
90+
style={{ maxWidth: '100vw', borderRadius: '2px' }}
9191
/>
9292
</a>
9393
</animated.div>

0 commit comments

Comments
 (0)