Fix attribution

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 22:39:03 +03:00
parent f8e51fae69
commit 61f478cd51
2 changed files with 2 additions and 8 deletions

View File

@@ -22,12 +22,10 @@ const Footer = () => {
</Link>
<div>
<a
className={styles.sourceLink}
href='https://github.com/codevictory/runosaari.net'
href='https://gitea.tietokonepaja.fi/tietokonepaja/runosaari'
>
lähdekoodi
</a>
{' '}by codevictory
</a> by <a href='https://tietokonepaja.fi'>Livonsaaren Tietokonepaja</a>
</div>
</div>
<div className={styles.right}>

View File

@@ -29,10 +29,6 @@
text-align: right;
}
.sourceLink {
margin-right: 0.5rem;
}
@media screen and (max-width: 600px) {
.container {
width: 95% !important;