Skip to content

Commit

Permalink
Floating Bottom message (temporary)
Browse files Browse the repository at this point in the history
- Added temporary notice that my personal website floating at the bottom of the web page
  • Loading branch information
eksqtr committed Aug 25, 2024
1 parent b13a578 commit c691e37
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 c691e37

Please sign in to comment.