mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 20:42:34 +10:00
chore: add shop to footer
This commit is contained in:
@ -61,6 +61,14 @@ export const Footer = ({ className, ...props }: FooterProps) => {
|
|||||||
Open
|
Open
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
<Link
|
||||||
|
href="https://shop.documenso.com"
|
||||||
|
target="_blank"
|
||||||
|
className="flex-shrink-0 text-sm text-[#8D8D8D] hover:text-[#6D6D6D]"
|
||||||
|
>
|
||||||
|
Shop
|
||||||
|
</Link>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
href="https://status.documenso.com"
|
href="https://status.documenso.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user