feat: more accurate footer credits (sorry jip)

This commit is contained in:
Ash Gray 2024-08-10 12:07:07 +02:00
parent 1ecf6e7a1e
commit d4246c36ef
No known key found for this signature in database
GPG Key ID: 3D90D031C2E38D17
2 changed files with 7 additions and 5 deletions

View File

@ -25,7 +25,7 @@
position: relative;
left: -19px;
top: -28px;
margin-bottom: 1rem;
margin-bottom: -1.5rem;
}
.footer h3 {

View File

@ -12,7 +12,7 @@ import Link from 'next/link';
import styles from './Footer.module.css';
export default function Footer() {
const { locale } = getLocale('TODO');
const { locale } = getLocale('TODO'); /* TODO */
const year = new Date().getFullYear(); /* Can't have an outdated year this way :3 */
@ -38,13 +38,15 @@ export default function Footer() {
<Link href="https://limes.pink" target="_blank" className={styles.link}>
pinklimes
</Link>
,{' '}
</p>
<p>
Designs by{' '}
<Link href="https://mrjvs.com/" target="_blank" className={styles.link}>
mrjvs
</Link>{' '}
&{' '}
<Link href="https://jipfr.nl/" target="_blank" className={styles.link}>
jipfr
<Link href="https://limes.pink" target="_blank" className={styles.link}>
pinklimes
</Link>
</p>
<p>