Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
upayanmazumder committed Jan 9, 2025
1 parent 6152c45 commit 303458a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AetherLink",
"short_name": "AetherLink",
"name": "Aether Link",
"short_name": "Aether Link",
"start_url": "/",
"display": "fullscreen",
"background_color": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion app/routes/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<meta property="og:url" content="https://smart-home-system.upayan.dev">
<meta property="og:type" content="website">

<title>404 - Not Found</title>
<title>404 Not Found</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<meta property="og:url" content="https://smart-home-system.upayan.dev">
<meta property="og:type" content="website">

<title>Aether Link</title>
<title>Home</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:url" content="https://smart-home-system.upayan.dev">
<meta property="og:type" content="website">

<title>Aether Link - Login</title>
<title>Login</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/signup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:url" content="https://smart-home-system.upayan.dev">
<meta property="og:type" content="website">

<title>Aether Link - Signup</title>
<title>Signup</title>
</head>

<body>
Expand Down

0 comments on commit 303458a

Please sign in to comment.