diff options
Diffstat (limited to 'web/src/layouts')
| -rw-r--r-- | web/src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/layouts/Layout.astro b/web/src/layouts/Layout.astro index e455c61..2f6032d 100644 --- a/web/src/layouts/Layout.astro +++ b/web/src/layouts/Layout.astro @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <meta name="generator" content={Astro.generator} /> - <title>Astro Basics</title> + <title>AleeBot Web Interface</title> </head> <body> <slot /> |
