From f17a6ddce4435a5515c674262d994f2815fa231d Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Thu, 19 Jun 2025 22:48:21 +0200 Subject: [PATCH] ass --- src/app/HeaderButtons.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/HeaderButtons.tsx b/src/app/HeaderButtons.tsx index 61747b6..ff8a75e 100644 --- a/src/app/HeaderButtons.tsx +++ b/src/app/HeaderButtons.tsx @@ -20,18 +20,19 @@ const InfoIcon = ( export default function HeaderButtons() { return (
- window.location.href = '/admin'} - /> - window.open('http://' + window.location.hostname + ':80', '_blank')} - /> + + Admin Login + + {/* If your server for about me is running on a different port, change the port number here */} + + About Me +
); }