view space button

This commit is contained in:
Philipinho
2026-04-10 19:21:31 +01:00
parent 291b1a0fc1
commit 67dd7ff3e7
@@ -59,7 +59,7 @@ export default function SpaceCarousel() {
<CardCarousel ariaLabel={t("Spaces you belong to")}>{cards}</CardCarousel>
{data?.items && data.items.length >= 20 && (
{data?.items && data.items.length > 1 && (
<Group justify="flex-end" mt="lg">
<Button
component={Link}