File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/NavigationBar Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import { Link } from "react-router-dom";
22
33export default function NavigationBar ( ) {
44 return (
5- < div className = "rounded-xl hidden px-4 sm:flex sm:justify-between text-center fixed bottom-5 left-[50%] ml-[-150px] bg-slate-400 dark:bg-stone-400 w-[300px] h-[50px]" >
6- < Link className = "hover:bg-stone-800 w-[33%] h-full leading-[50px]" to = "/about" > About</ Link >
7- < Link className = "hover:bg-stone-800 w-[33%] h-full leading-[50px]" to = "/gallery" > Gallery</ Link >
8- < Link className = "hover:bg-stone-800 w-[33%] h-full leading-[50px]" to = "/blog" > Blog</ Link >
5+ < div className = "rounded-xl hidden px-4 sm:flex sm:justify-between text-center fixed bottom-5 left-[50%] ml-[-150px] bg-slate-400 dark:bg-slate-800 border-[1px] dark:border- stone-400 w-[300px] h-[50px]" >
6+ < Link className = "hover:bg-slate-500 dark:hover:bg-slate-700 w-[33%] h-full leading-[50px]" to = "/about" > About</ Link >
7+ < Link className = "hover:bg-slate-500 dark:hover:bg-slate-700 w-[33%] h-full leading-[50px]" to = "/gallery" > Gallery</ Link >
8+ < Link className = "hover:bg-slate-500 dark:hover:bg-slate-700 w-[33%] h-full leading-[50px]" to = "/blog" > Blog</ Link >
99 </ div >
1010 )
1111}
You can’t perform that action at this time.
0 commit comments