init loacation page

This commit is contained in:
Patryk
2025-04-07 23:12:19 +02:00
parent 1ad9fcd7e7
commit 25a1ed4f35
7 changed files with 98 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ const theme = useTheme();
<Text variant="bodyMedium">{item.description}</Text>
</Card.Content>
<Card.Actions>
<Link href="/location/{item.id}" asChild>
<Link href={`/location/${item.id}`} asChild>
<Button>Zobacz więcej</Button>
</Link>
</Card.Actions>