Archived
Added Etsy
This commit is contained in:
@@ -43,6 +43,11 @@ const Footer: React.FC = () => {
|
||||
Resources
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="https://www.etsy.com/shop/ConfessionsOfGrace" className="text-primary-700 hover:text-accent-dark">
|
||||
Shop
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -42,6 +42,9 @@ const Header: React.FC = () => {
|
||||
<Link href="/resources" className="text-primary-700 hover:text-accent-dark">
|
||||
Resources
|
||||
</Link>
|
||||
<Link href="https://www.etsy.com/shop/ConfessionsOfGrace" className="text-primary-700 hover:text-accent-dark">
|
||||
Shop
|
||||
</Link>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user