Skip to content

Commit 1316b41

Browse files
committed
Updated counts.
1 parent 358afad commit 1316b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ export const GITHUB_URL = 'https://github.com/umami-software/umami';
33
export const DISCORD_URL = 'https://umami.is/discord';
44
export const X_URL = 'https://twitter.com/umami_software';
55
export const LINKEDIN_URL = 'https://www.linkedin.com/company/umami-software/';
6-
export const GITHUB_STARS = '26K';
6+
export const GITHUB_STARS = '30K';
77
export const GITHUB_CONTRIBUTORS = '280';
8-
export const GITHUB_DOWNLOADS = '17M';
8+
export const GITHUB_DOWNLOADS = '20M';
99
export const GITHUB_STATS = [
1010
{ label: 'Downloads', value: GITHUB_DOWNLOADS },
1111
{ label: 'GitHub stars', value: GITHUB_STARS },

0 commit comments

Comments
 (0)