Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilican authored Dec 21, 2024
1 parent 7e6671c commit 2ffa7e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@ export default function Home() {
{/* Contact Info */}
<div>
<p className="text-lg md:text-2xl mb-4 font-mono">
Clowder was developed by The Stable Order within the Stability Nexus.
Clowder was developed by <br />
The Stable Order <br />
within the Stability Nexus.
</p>
<hr className="bg-black dark:bg-white" style={{ width: "80%", height: "1px", fontWeight: "bold", marginBottom: "10px" }} />
<p className="text-lg md:text-2xl mb-3 font-mono">
Join us through:
Contact us through:
</p>
<hr className="bg-black dark:bg-white" style={{ width: "50%", height: "1px", fontWeight: "bold", marginBottom: "15px" }} />
<div className="flex flex-col md:flex-row space-y-2 md:space-x-4 md:space-y-0 ">
{contact_links.map(({ href, icon }, index) => (
<a
Expand Down

0 comments on commit 2ffa7e2

Please sign in to comment.