Archived
added the 1689
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Link from 'next/link';
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
|
||||
const Footer: React.FC = () => {
|
||||
const currentYear = new Date().getFullYear();
|
||||
@@ -32,6 +32,11 @@ const Footer: React.FC = () => {
|
||||
Archive
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/confession" className="text-primary-300 hover:text-white">
|
||||
1689 Confession
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/resources" className="text-primary-300 hover:text-white">
|
||||
Resources
|
||||
|
||||
Reference in New Issue
Block a user