diff --git a/src/GZCTF/ClientApp/.env b/src/GZCTF/ClientApp/.env
index c796058a..5761d95c 100644
--- a/src/GZCTF/ClientApp/.env
+++ b/src/GZCTF/ClientApp/.env
@@ -1 +1 @@
-VITE_BACKEND_URL="http://localhost:55000/"
+VITE_BACKEND_URL="https://ctf.sdc.tf/"
diff --git a/src/GZCTF/ClientApp/index.html b/src/GZCTF/ClientApp/index.html
index 3ddbb8c1..6f02b40c 100644
--- a/src/GZCTF/ClientApp/index.html
+++ b/src/GZCTF/ClientApp/index.html
@@ -3,10 +3,11 @@
-
-
-
- GZ::CTF
+
+
+
+
+ SDCTF 2024
diff --git a/src/GZCTF/ClientApp/public/favicon.png b/src/GZCTF/ClientApp/public/favicon.png
new file mode 100644
index 00000000..bfe839f6
Binary files /dev/null and b/src/GZCTF/ClientApp/public/favicon.png differ
diff --git a/src/GZCTF/ClientApp/src/components/AppFooter.tsx b/src/GZCTF/ClientApp/src/components/AppFooter.tsx
index b8d2468b..9bc51c22 100644
--- a/src/GZCTF/ClientApp/src/components/AppFooter.tsx
+++ b/src/GZCTF/ClientApp/src/components/AppFooter.tsx
@@ -35,9 +35,9 @@ const AppFooter: FC = () => {
-
+
- GZ::CTF
+ SDCTF
diff --git a/src/GZCTF/ClientApp/src/components/LogoHeader.tsx b/src/GZCTF/ClientApp/src/components/LogoHeader.tsx
index d5a71fe7..d1aad110 100644
--- a/src/GZCTF/ClientApp/src/components/LogoHeader.tsx
+++ b/src/GZCTF/ClientApp/src/components/LogoHeader.tsx
@@ -35,10 +35,7 @@ export const LogoHeader = forwardRef((props, ref) =>
return (
-
- {config?.title ?? 'GZ'}
- ::CTF
-
+ {config?.title ?? 'GZ'}CTF
)
})
diff --git a/src/GZCTF/ClientApp/src/components/icon/MainIcon.tsx b/src/GZCTF/ClientApp/src/components/icon/MainIcon.tsx
index 7ce54508..3db5144f 100644
--- a/src/GZCTF/ClientApp/src/components/icon/MainIcon.tsx
+++ b/src/GZCTF/ClientApp/src/components/icon/MainIcon.tsx
@@ -10,43 +10,19 @@ const MainIcon: FC = (props: MainIconProps) => {
const { ignoreTheme, ...svgProps } = props
return (
-