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> </Link>
<div> <div>
<a <a
className={styles.sourceLink} href='https://gitea.tietokonepaja.fi/tietokonepaja/runosaari'
href='https://github.com/codevictory/runosaari.net'
> >
lähdekoodi lähdekoodi
</a> </a> by <a href='https://tietokonepaja.fi'>Livonsaaren Tietokonepaja</a>
{' '}by codevictory
</div> </div>
</div> </div>
<div className={styles.right}> <div className={styles.right}>

View File

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