mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
Update SimpleGrid
This commit is contained in:
@@ -47,7 +47,7 @@ const AppShelf = (props: any) => {
|
|||||||
return (
|
return (
|
||||||
<SimpleGrid m="xl" cols={4} spacing="xl">
|
<SimpleGrid m="xl" cols={4} spacing="xl">
|
||||||
{config.services.map((service, i) => (
|
{config.services.map((service, i) => (
|
||||||
<AppShelfItem service={service} />
|
<AppShelfItem key={service.name} service={service} />
|
||||||
))}
|
))}
|
||||||
<AddItemShelfItem />
|
<AddItemShelfItem />
|
||||||
</SimpleGrid>
|
</SimpleGrid>
|
||||||
|
|||||||
Reference in New Issue
Block a user