chore: bump start number

This commit is contained in:
Arman
2024-06-06 17:45:00 +02:00
parent 1797812c83
commit 5472add7ee
2 changed files with 3 additions and 2 deletions

View File

@@ -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 = {
@@ -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

View File

@@ -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
/**