Skip to content

Commit

Permalink
52dsfa
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jul 30, 2024
1 parent 484b38d commit 8d2ea38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/homeSectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function HomeSectionHeader() {
</Link>
</div>
<div className="grid justify-items-end">
<div className="text-five md:text-sm">
<div className=" text-secondary font-bold">
<DeviceAddress />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const metadata: Metadata = {
export default function Home() {
return (
<main className="bg-primary text-primary scroll-smooth focus:scroll-auto">
<section className="three ">
<section className="">
<HomeSectionHeader />
</section>
<section className=" md:h-screen">
Expand Down

0 comments on commit 8d2ea38

Please sign in to comment.