diff --git a/polsevev.dev.frontend/src/assets/github-mark-white.png b/polsevev.dev.frontend/public/github-mark-white.png similarity index 100% rename from polsevev.dev.frontend/src/assets/github-mark-white.png rename to polsevev.dev.frontend/public/github-mark-white.png diff --git a/polsevev.dev.frontend/public/vite.svg b/polsevev.dev.frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/polsevev.dev.frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/polsevev.dev.frontend/src/components/TopBar.tsx b/polsevev.dev.frontend/src/components/TopBar.tsx index 688fd2d..0a0a2c2 100644 --- a/polsevev.dev.frontend/src/components/TopBar.tsx +++ b/polsevev.dev.frontend/src/components/TopBar.tsx @@ -4,25 +4,19 @@ import { GithubLogo, TopBarBox, Wrapper } from "../styles/TopBarStyle"; import { BigText } from "../styles/TextStyles"; import NavigationMenu from "./NavigationMenu"; - - - const TopBar: React.FC = () => { -return ( - <> - - - - Polsevev - - - - - - - - - ); + return ( + <> + + + + Polsevev + + + + + + + ); }; export default TopBar;