diff --git a/apps/marketing/src/components/(marketing)/footer.tsx b/apps/marketing/src/components/(marketing)/footer.tsx index f60cfc0b7..92e404469 100644 --- a/apps/marketing/src/components/(marketing)/footer.tsx +++ b/apps/marketing/src/components/(marketing)/footer.tsx @@ -1,6 +1,6 @@ 'use client'; -import { HTMLAttributes } from 'react'; +import type { HTMLAttributes } from 'react'; import Image from 'next/image'; import Link from 'next/link'; @@ -27,10 +27,11 @@ const FOOTER_LINKS = [ { href: '/singleplayer', text: 'Singleplayer' }, { href: '/blog', text: 'Blog' }, { href: '/design-system', text: 'Design' }, - { href: '/open', text: 'Open' }, + { href: '/open', text: 'Open Startup' }, { href: 'https://shop.documenso.com', text: 'Shop', target: '_blank' }, { href: 'https://status.documenso.com', text: 'Status', target: '_blank' }, { href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' }, + { href: '/oss-friends', text: 'OSS Friends' }, { href: '/privacy', text: 'Privacy' }, ]; diff --git a/apps/marketing/src/components/(marketing)/header.tsx b/apps/marketing/src/components/(marketing)/header.tsx index 3f08f30e3..e1813f7f6 100644 --- a/apps/marketing/src/components/(marketing)/header.tsx +++ b/apps/marketing/src/components/(marketing)/header.tsx @@ -1,6 +1,7 @@ 'use client'; -import { HTMLAttributes, useState } from 'react'; +import type { HTMLAttributes } from 'react'; +import { useState } from 'react'; import Image from 'next/image'; import Link from 'next/link'; @@ -63,7 +64,7 @@ export const Header = ({ className, ...props }: HeaderProps) => { href="/open" className="text-muted-foreground hover:text-muted-foreground/80 text-sm font-semibold" > - Open + Open Startup