File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/NavigationBar Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Link } from "react-router-dom";
22
33export default function NavigationBar ( ) {
44 return (
5- < div className = "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]" >
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]" >
66 < Link className = "hover:bg-stone-800 w-[33%] h-full leading-[50px]" to = "/about" > About</ Link >
77 < Link className = "hover:bg-stone-800 w-[33%] h-full leading-[50px]" to = "/gallery" > Gallery</ Link >
88 < Link className = "hover:bg-stone-800 w-[33%] h-full leading-[50px]" to = "/blog" > Blog</ Link >
You can’t perform that action at this time.
0 commit comments