diff --git a/components/TopBar.tsx b/components/TopBar.tsx index 3ac973d..048bf83 100644 --- a/components/TopBar.tsx +++ b/components/TopBar.tsx @@ -3,6 +3,16 @@ import React, { useContext } from 'react'; import { ColorModeToggleSwitch } from './ColorModeToggleSwitch'; import { ColorModeContext } from '../utils/ColorModeContext'; +// declare each button +const HomeButton = () => +const GuidesButton = () => +const GitHubButton = () => +const DiscordButton = () => +const PlaytestServerButton = () => +const PatreonButton = () => +const LinkedInButton = () => +const RPKitButton = () => + // declare react component for top bar const TopBar: React.FC = () => { const colorMode = useContext(ColorModeContext); @@ -20,13 +30,15 @@ const TopBar: React.FC = () => { > Dan's Plugins Community - - - - - - - + + + + + + + + +