feat: add unsubscribe link

This commit is contained in:
2024-10-11 08:34:19 +02:00
parent a867bde2c9
commit 6607a5e7e7

View File

@@ -27,6 +27,10 @@ export default function Footer() {
{process.env.NEXT_PUBLIC_BRAND_EMAIL} {process.env.NEXT_PUBLIC_BRAND_EMAIL}
</a> </a>
</p> </p>
<p>
Click <a href={`${process.env.HOME_URL}/unsubscribe`}>here</a> to
unsubscribe.
</p>
</div> </div>
</div> </div>
</footer> </footer>