App now credits the team in this cohort not mico
Some checks are pending
CI / Foundry project (push) Waiting to run

This commit is contained in:
mic0 2024-10-24 18:22:51 +02:00
parent 3fdfb2d822
commit ab43dc31a4
Signed by: mico
GPG Key ID: A3F8023524CF1C8D
2 changed files with 3 additions and 12 deletions

View File

@ -26,7 +26,7 @@ const Home: NextPage = () => {
</main>
<footer className={styles.footer}>
Made with by your fren mic0
Made with by your frens at 😈 Slay the Moloch team for Cohort VII of <a href="https://www.raidguild.org/" target="blank">RaidGuild</a>
</footer>
</div>
);

View File

@ -21,19 +21,10 @@
}
.footer {
display: flex;
flex: 1;
margin-top: 2rem;
padding: 2rem 0;
border-top: 1px solid #eaeaea;
justify-content: center;
align-items: center;
}
.footer a {
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
text-align: center;
}
.title a {