mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Updating translations, repo url, fixing webmanifest.
This commit is contained in:
parent
d7c13794d5
commit
8c5cebbde9
3 changed files with 10 additions and 10 deletions
|
@ -1 +1 @@
|
|||
Subproject commit fcb7155d1214e387744c22f844c20b29077b0ff3
|
||||
Subproject commit 7fe54f85e25e537b5aa6b0f4c1f4e8ee46c69cbb
|
|
@ -6,42 +6,42 @@
|
|||
"background_color": "#222222",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/icons/icon-72x72.png",
|
||||
"src": "/static/assets/icons/icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-96x96.png",
|
||||
"src": "/static/assets/icons/icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-128x128.png",
|
||||
"src": "/static/assets/icons/icon-128x128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-144x144.png",
|
||||
"src": "/static/assets/icons/icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-152x152.png",
|
||||
"src": "/static/assets/icons/icon-152x152.png",
|
||||
"sizes": "152x152",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-192x192.png",
|
||||
"src": "/static/assets/icons/icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-384x384.png",
|
||||
"src": "/static/assets/icons/icon-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/icon-512x512.png",
|
||||
"src": "/static/assets/icons/icon-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
|
|
@ -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`;
|
||||
|
|
Loading…
Reference in a new issue