mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
chore: bump start number
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user