We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358afad commit 1316b41Copy full SHA for 1316b41
src/lib/constants.ts
@@ -3,9 +3,9 @@ export const GITHUB_URL = 'https://github.com/umami-software/umami';
3
export const DISCORD_URL = 'https://umami.is/discord';
4
export const X_URL = 'https://twitter.com/umami_software';
5
export const LINKEDIN_URL = 'https://www.linkedin.com/company/umami-software/';
6
-export const GITHUB_STARS = '26K';
+export const GITHUB_STARS = '30K';
7
export const GITHUB_CONTRIBUTORS = '280';
8
-export const GITHUB_DOWNLOADS = '17M';
+export const GITHUB_DOWNLOADS = '20M';
9
export const GITHUB_STATS = [
10
{ label: 'Downloads', value: GITHUB_DOWNLOADS },
11
{ label: 'GitHub stars', value: GITHUB_STARS },
0 commit comments