Skip to content

Commit

Permalink
chore: bump start number
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Jun 6, 2024
1 parent 1797812 commit 5472add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lib/animations/OpenSource.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import { animation, createScrollHandler, scroll, type Animation } from '.';
import { toScale, type Scale } from '$lib/utils/toScale';
import { browser } from '$app/environment';
import { GITHUB_STARS } from '$lib/constants';
const springOptions: SpringOptions = { stiffness: 58.78, mass: 1, damping: 17.14 };
const animationOptions: AnimationListOptions = {
Expand Down Expand Up @@ -184,7 +185,7 @@
aria-label="GitHub"
/>
</div>
<div class="web-title u-margin-block-start-auto">38k+ GitHub Stars</div>
<div class="web-title u-margin-block-start-auto">{GITHUB_STARS}+ GitHub Stars</div>
</a>

<a
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const GITHUB_STARS = '40K';
export const GITHUB_STARS = '41.7K';
export const BANNER_KEY = 'discord-banner-01'; // Change key to force banner to show again

/**
Expand Down

0 comments on commit 5472add

Please sign in to comment.