Skip to content

Commit

Permalink
feat: more accurate footer credits (sorry jip)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlimes committed Aug 10, 2024
1 parent 1ecf6e7 commit d4246c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
position: relative;
left: -19px;
top: -28px;
margin-bottom: 1rem;
margin-bottom: -1.5rem;
}

.footer h3 {
Expand Down
10 changes: 6 additions & 4 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand All @@ -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>
Expand Down

0 comments on commit d4246c3

Please sign in to comment.