Skip to content

Commit

Permalink
feat: add SEO component on Home & use @ on navbar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
GinoongFlores committed Dec 27, 2023
1 parent e2c6b5a commit 9db337c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/pages/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Typewriter from "typewriter-effect";
import SEO from "../components/SEO";

export default function Home() {
return (
<>
<SEO />
<div>
<div className="container py-20 md:py-60">
<div className="grid grid-rows-1 md:grid-cols-2 gap-4 md:gap-6 place-items-center content-stretch">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Navbar = () => {
<>
<div className="sticky z-20 top-0 flex justify-between items-center h-24 container mx-auto bg-black">
<h1 className="w-full text-2xl font-bold invisible md:visible">
ginoongflores
@ginoongflores
</h1>
<ul className="hidden md:flex">{mapLinks}</ul>
{/* mobile menu */}
Expand Down

0 comments on commit 9db337c

Please sign in to comment.