diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-20 00:32:00 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-07-20 00:32:00 +0300 |
| commit | 4e5761397ca600fd3c63565c5539ef3d305adb8e (patch) | |
| tree | d8647d11e5367bb849f1be848c071a06570d3e0b | |
| parent | feat: about page (diff) | |
| download | lphub-4e5761397ca600fd3c63565c5539ef3d305adb8e.tar.gz lphub-4e5761397ca600fd3c63565c5539ef3d305adb8e.tar.bz2 lphub-4e5761397ca600fd3c63565c5539ef3d305adb8e.zip | |
fix: change web title
Former-commit-id: 6df37e4a2fb2a4649a14e20a2a739473a1688081
| -rw-r--r-- | frontend/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index f847ea0..2900a15 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <meta name="theme-color" content="#000000" /> | 6 | <meta name="theme-color" content="#000000" /> |
| 7 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | 7 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 8 | 8 | ||
| 9 | <title>lp boards</title> | 9 | <title>Least Portals Hub</title> |
| 10 | </head> | 10 | </head> |
| 11 | <body> | 11 | <body> |
| 12 | <noscript>You need to enable JavaScript to run this app.</noscript> | 12 | <noscript>You need to enable JavaScript to run this app.</noscript> |