diff --git a/web/index.html b/web/index.html index 15441bc..0b690d3 100644 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,7 @@ - + GPT Load diff --git a/web/src/assets/logo.png b/web/src/assets/logo.png new file mode 100644 index 0000000..1ff03a1 Binary files /dev/null and b/web/src/assets/logo.png differ diff --git a/web/src/assets/vue.svg b/web/src/assets/vue.svg deleted file mode 100644 index 770e9d3..0000000 --- a/web/src/assets/vue.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/web/src/components/Layout.vue b/web/src/components/Layout.vue index e97ed8a..6faf2de 100644 --- a/web/src/components/Layout.vue +++ b/web/src/components/Layout.vue @@ -9,7 +9,8 @@ import NavBar from "@/components/NavBar.vue";
- + +

GPT Load

@@ -82,10 +83,10 @@ import NavBar from "@/components/NavBar.vue"; justify-content: center; width: 40px; height: 40px; - background: var(--primary-gradient); + /* background: var(--primary-gradient); border-radius: var(--border-radius-md); color: white; - box-shadow: var(--shadow-md); + box-shadow: var(--shadow-md); */ } .brand-title {