Skip to content

Commit 26fe0f9

Browse files
authored
docs: update footer + update download count (#4555)
1 parent 2ca0f83 commit 26fe0f9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

sites/skeleton.dev/src/components/landing-page/metrics.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
const metrics = [
3-
{ value: '150k+', label: 'Total Monthly Downloads' },
3+
{ value: '300k+', label: 'Total Monthly Downloads' },
44
{ value: '6k+', label: 'GitHub Stars' },
55
{ value: '2k+', label: 'Discord Members' },
66
] as const;

sites/skeleton.dev/src/components/ui/footer.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ const { class: className = 'p-4', ...rest } = Astro.props;
1111
<div class="container mx-auto flex flex-col xl:flex-row justify-between items-center gap-4">
1212
<div class="flex items-center gap-4">
1313
<p class="text-xs opacity-60">
14-
Built by <a class="underline" href="https://www.skeletonlabs.co/" target="_blank">Skeleton Labs</a> and the
15-
<a href="https://github.com/skeletonlabs/skeleton/graphs/contributors" target="_blank" class="underline">Skeleton community</a>.
14+
Built by <a class="underline" href="https://www.skeletonlabs.co/" target="_blank">Skeleton Labs</a> and the <a
15+
href="https://github.com/skeletonlabs/skeleton/graphs/contributors"
16+
target="_blank"
17+
class="underline">Skeleton community</a
18+
>.
1619
</p>
1720
</div>
1821
<nav class="flex items-center">

0 commit comments

Comments
 (0)