Compare commits
1 Commits
efbc27a499
...
937fcab91a
Author | SHA1 | Date | |
---|---|---|---|
937fcab91a |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user