feat: link to AO main repo on logo click

This commit is contained in:
httpjamesm
2024-06-11 01:17:30 -04:00
parent f6939d8cd3
commit 4f3a3fb805
+12 -6
View File
@@ -13,12 +13,18 @@ const Home = () => {
<div className={styles.wrapper}>
<main className={styles.container}>
<div className={styles.brandingContainer}>
<Image
src="/codecircles.webp"
alt="Anonymous Overflow"
width={200}
height={200}
/>
<a
href="https://github.com/httpjamesm/AnonymousOverflow"
target="_blank"
rel="noopener noreferrer"
>
<Image
src="/codecircles.webp"
alt="Anonymous Overflow"
width={200}
height={200}
/>
</a>
</div>
<div style={{ margin: "5rem 0" }} />
<InstancesSection />