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