Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
const metrics = [
{ value: '150k+', label: 'Total Monthly Downloads' },
{ value: '300k+', label: 'Total Monthly Downloads' },
{ value: '6k+', label: 'GitHub Stars' },
{ value: '2k+', label: 'Discord Members' },
] as const;
Expand Down
7 changes: 5 additions & 2 deletions sites/skeleton.dev/src/components/ui/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ const { class: className = 'p-4', ...rest } = Astro.props;
<div class="container mx-auto flex flex-col xl:flex-row justify-between items-center gap-4">
<div class="flex items-center gap-4">
<p class="text-xs opacity-60">
Built by <a class="underline" href="https://www.skeletonlabs.co/" target="_blank">Skeleton Labs</a> and the
<a href="https://github.com/skeletonlabs/skeleton/graphs/contributors" target="_blank" class="underline">Skeleton community</a>.
Built by <a class="underline" href="https://www.skeletonlabs.co/" target="_blank">Skeleton Labs</a> and the <a
href="https://github.com/skeletonlabs/skeleton/graphs/contributors"
target="_blank"
class="underline">Skeleton community</a
>.
</p>
</div>
<nav class="flex items-center">
Expand Down