diff --git a/web/index.html b/web/index.html
index 3d7c9ad..bb684d1 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,4 +1,4 @@
-
+
@@ -7,11 +7,11 @@
- Create TanStack App - web-template
+ Banner
diff --git a/web/package.json b/web/package.json
index 5195e6d..0c963e0 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,5 +1,5 @@
{
- "name": "web-template",
+ "name": "banner-web",
"private": true,
"type": "module",
"scripts": {
@@ -34,4 +34,4 @@
"vitest": "^3.0.5",
"web-vitals": "^4.2.4"
}
-}
\ No newline at end of file
+}
diff --git a/web/public/manifest.json b/web/public/manifest.json
index 078ef50..f332214 100644
--- a/web/public/manifest.json
+++ b/web/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "TanStack App",
- "name": "Create TanStack App Sample",
+ "short_name": "Banner",
+ "name": "Banner, a Discord bot and web interface for UTSA Course Monitoring",
"icons": [
{
"src": "favicon.ico",
@@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
- "theme_color": "#000000",
+ "theme_color": "#ffffff",
"background_color": "#ffffff"
}