Compare commits

..

1 Commits

Author SHA1 Message Date
efbc27a499 Render rounded tables
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m38s
Add copyright notice / copyright_notice (pull_request) Successful in 2m36s
Playwright Tests / test (pull_request) Successful in 5m27s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m21s
2024-11-03 08:20:47 +01:00

View File

@ -45,7 +45,6 @@ function RoundedTable({ guests }: { guests: Guest[] }) {
rotate: `${index * rotation}deg`, rotate: `${index * rotation}deg`,
height: `${size}px`, height: `${size}px`,
width: `${size}px`, width: `${size}px`,
zIndex: 10 * (1 + index),
}}> }}>
<Dish guest={guest} rotation={index * rotation} /> <Dish guest={guest} rotation={index * rotation} />
</div> </div>