feat: add react-markdown dependency and update README with release process
This commit is contained in:
@@ -26,6 +26,7 @@ const footerLinks = {
|
||||
{ name: 'Contact', href: 'https://ciphera.net/contact', external: true },
|
||||
],
|
||||
resources: [
|
||||
{ name: 'Changelog', href: '/changelog', external: false },
|
||||
{ name: 'Installation', href: '/installation', external: false },
|
||||
{ name: 'Integrations', href: '/integrations', external: false },
|
||||
{ name: 'Documentation', href: 'https://docs.ciphera.net', external: true },
|
||||
@@ -55,6 +56,9 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse', isAuthenticate
|
||||
<Component href="/about" className="hover:text-brand-orange transition-colors focus:outline-none focus:ring-2 focus:ring-brand-orange focus:rounded">
|
||||
Why {appName}
|
||||
</Component>
|
||||
<Component href="/changelog" className="hover:text-brand-orange transition-colors focus:outline-none focus:ring-2 focus:ring-brand-orange focus:rounded">
|
||||
Changelog
|
||||
</Component>
|
||||
<Component href="/pricing" className="hover:text-brand-orange transition-colors focus:outline-none focus:ring-2 focus:ring-brand-orange focus:rounded">
|
||||
Pricing
|
||||
</Component>
|
||||
|
||||
Reference in New Issue
Block a user