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 +
); }