feat: add changelog to marketign

This commit is contained in:
Timur Ercan
2024-06-19 16:24:27 +02:00
parent fbf4bd605f
commit a727abdcf1
2 changed files with 47 additions and 0 deletions

View File

@ -35,6 +35,7 @@ const FOOTER_LINKS = [
{ href: '/oss-friends', text: 'OSS Friends' },
{ href: '/careers', text: 'Careers' },
{ href: '/privacy', text: 'Privacy' },
{ href: '/changelog', text: 'Changelog' },
];
export const Footer = ({ className, ...props }: FooterProps) => {