changed browser icon

This commit is contained in:
Jacob Delgado 2023-11-07 14:45:33 -08:00
parent ac195be7ed
commit 521f331de1
4 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const NavBar = () => {
return ( return (
<nav className=""> <nav className="">
{/* <center className="text-accent bg-secondary">O</center> */} {/* <center className="text-accent bg-secondary">O</center> */}
<div className="flex items-center relative justify-center p-10 mx-auto"> <div className="flex items-center relative justify-center p-2 mx-auto">
<ul className="hover:cursor-pointer hidden md:block space-x-4 text-xl font-sans antialiased"> <ul className="hover:cursor-pointer hidden md:block space-x-4 text-xl font-sans antialiased">
{links.map((link) => ( {links.map((link) => (
<Link <Link

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.