Skip to content

Commit b439082

Browse files
authored
chore: remove footer image (#178)
1 parent 26fd73c commit b439082

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

src/lib/components/Footer.svelte

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<script lang="ts">
2-
import { Card, Heading, HStack, Icon, Link, Stack, Text, ThemeSwitcher, VStack } from '@immich/ui';
2+
import { Heading, HStack, Icon, Link, Stack, Text, ThemeSwitcher, VStack } from '@immich/ui';
33
import { mdiCubeOutline, mdiKey, mdiOfficeBuildingOutline, mdiServerOutline, mdiShoppingOutline } from '@mdi/js';
44
import { siAndroid, siApple, siDiscord, siGithub, siImmich, siReddit } from 'simple-icons';
55
</script>
66

77
<div class="bg-dark/10 rounded-t-3xl mt-16 p-8">
88
<div class="max-w-(--breakpoint-lg) mx-auto xl:py-8">
99
<Stack gap={8}>
10-
<div class="grid grid-cols-2 gap-8 place-center lg:grid-cols-5">
10+
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-8 place-center">
1111
<Stack>
1212
<Heading size="tiny">Social</Heading>
1313
<Link href="https://github.com/immich-app/immich" target="_blank" rel="noopener noreferrer">
@@ -56,22 +56,6 @@
5656
</Link>
5757
</Stack>
5858

59-
<Stack>
60-
<Heading size="tiny">Support</Heading>
61-
<Link href="https://buy.immich.app" target="_blank" rel="noopener noreferrer">
62-
<HStack>
63-
<Icon icon={mdiKey} size="1.5em" />
64-
<Text>Purchase</Text>
65-
</HStack>
66-
</Link>
67-
<Link href="https://immich.store/" target="_blank" rel="noopener noreferrer">
68-
<HStack>
69-
<Icon icon={mdiShoppingOutline} size="1.5em" />
70-
<Text>Merch</Text>
71-
</HStack>
72-
</Link>
73-
</Stack>
74-
7559
<Stack>
7660
<Heading size="tiny">Sites</Heading>
7761
<Link href="https://immich.app" target="_blank" rel="noopener noreferrer">
@@ -94,6 +78,22 @@
9478
</Link>
9579
</Stack>
9680

81+
<Stack>
82+
<Heading size="tiny">Support</Heading>
83+
<Link href="https://buy.immich.app" target="_blank" rel="noopener noreferrer">
84+
<HStack>
85+
<Icon icon={mdiKey} size="1.5em" />
86+
<Text>Purchase</Text>
87+
</HStack>
88+
</Link>
89+
<Link href="https://immich.store/" target="_blank" rel="noopener noreferrer">
90+
<HStack>
91+
<Icon icon={mdiShoppingOutline} size="1.5em" />
92+
<Text>Merch</Text>
93+
</HStack>
94+
</Link>
95+
</Stack>
96+
9797
<Stack>
9898
<Heading size="tiny">Company</Heading>
9999
<Link href="https://futo.org/" target="_blank" rel="noopener noreferrer">
@@ -104,9 +104,6 @@
104104
</Link>
105105
</Stack>
106106
</div>
107-
<Card>
108-
<img src="/img/social-preview.webp" alt="Social Preview" />
109-
</Card>
110107
<VStack class="text-center">
111108
<Text size="large">This project is available under GNU AGPL v3 license.</Text>
112109
<Text color="muted" variant="italic">Privacy should not be a luxury</Text>

0 commit comments

Comments
 (0)