]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/utils.ts
Updating translations, repo url, fixing webmanifest.
[lemmy-ui.git] / src / shared / utils.ts
index 0e9f3a12b62c362b368fba7f4e58e5d2897b1d24..775be287c26839567c8ca14df6f9a96e625adca3 100644 (file)
@@ -72,7 +72,7 @@ export const favIconPngUrl = '/static/assets/apple-touch-icon.png';
 // TODO
 // export const defaultFavIcon = `${window.location.protocol}//${window.location.host}${favIconPngUrl}`;
 export const defaultFavIcon = 'test';
-export const repoUrl = 'https://github.com/LemmyNet/lemmy';
+export const repoUrl = 'https://github.com/LemmyNet';
 export const helpGuideUrl = '/docs/about_guide.html';
 export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
 export const sortingHelpUrl = `${helpGuideUrl}#sorting`;