Skip to content

Commit

Permalink
Merge pull request #38 from eksqtr/development
Browse files Browse the repository at this point in the history
Floating Bottom message (temporary)
  • Loading branch information
eksqtr authored Aug 25, 2024
2 parents b0f19c1 + c691e37 commit 5979bbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ export default function Home() {
<AboutSection sectionRef={aboutSectionRef} />
{/* TechSection Section Components */}
<TechSection sectionRef={techSectionRef} />

<div className="fixed bottom-0 left-0 right-0 bg-gray-500 dark:bg-gray-800 text-white text-center py-2">
I'm building my personal website right now. Thanks for visiting and check back soon!
</div>
</main>
</div>
);
Expand Down

0 comments on commit 5979bbd

Please sign in to comment.