Skip to content

Commit

Permalink
Merge pull request #36 from basavarajakj/main
Browse files Browse the repository at this point in the history
Added navigation to home page from about screen
  • Loading branch information
ardianta authored Oct 27, 2024
2 parents 4b2a2da + acb91a4 commit 24e983a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/pages/about/index.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { Link } from "react-router-dom";

export function AboutPage() {
return (
<div className="container mx-auto">
<div className="flex justify-center items-center w-full mt-6">
<div className="lg:w-[970px] w-[95%] rounded-3xl bg-white p-5 px-10">
<div className="text-[color:#41B883] md:mt-16 mt-5">
<a href="#home">
Home &gt; About
</a>
<div className="text-[color:#41B883] md:mt-16 mt-5 flex item-center gap-x-1">
<Link to="/">
Home
</Link>
&gt; About
</div>
<div className="font-bold lg:text-[48px] md:text-[32px] sm:text-[24px] text-[16px] mt-4">
Tentang Komunitas Lombok Tengah Developer (Loteng Dev)
Expand Down

0 comments on commit 24e983a

Please sign in to comment.