Compare commits

..

1 Commits

Author SHA1 Message Date
937fcab91a Render rounded tables
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 29s
Add copyright notice / copyright_notice (pull_request) Successful in 47s
Playwright Tests / test (pull_request) Successful in 6m50s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 7m50s
2024-11-03 08:18:24 +01:00

View File

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