Skip to content

Commit

Permalink
Fixed app name (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkirilin authored Jan 10, 2024
1 parent 6c051e8 commit ef8dede
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Food diary</title>
<title>Food Diary</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Food diary",
"short_name": "Food diary",
"name": "Food Diary",
"short_name": "Food Diary",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/features/navigation/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const APP_NAME = 'Food diary';
export const APP_NAME = 'Food Diary';

export const NAV_LINKS = [
{
Expand Down

0 comments on commit ef8dede

Please sign in to comment.