Skip to content

Commit

Permalink
fix: Navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Nov 21, 2024
1 parent 84556db commit 21c43f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ export const headerData = {
text: 'Solution',
links: [
{
text: 'Identify',
text: 'Identify Open Source Risks',
href: getPermalink('/solution/identify'),
},
{
text: 'Govern',
text: 'Protect Against Open Source Risks',
href: getPermalink('/solution/govern'),
},
{
text: 'Fix',
text: 'Fix Open Source Risks',
href: getPermalink('/solution/fix'),
},
],
Expand Down Expand Up @@ -235,7 +235,7 @@ export const footerData = {
footNote: `
<small>
Crafted by SafeDep.
Built with <a href="https://astro.build/themes/details/astrowind/" target="_blank">AstroWind</a>.
Built with <a href="https://astro.build/themes/details/astrowind/" target="_blank">AstroWind</a>.
</small>
`,
};
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import Stats from '~/components/widgets/Stats.astro';
import { Image } from 'astro:assets';
import SafeDepProductConcept from '~/assets/images/safedep-product-concept-2.svg';
import Integrations from '~/components/widgets/Integrations.astro';
import { bookADemoLink, joinWaitListLink,
joinWaitListLinkTarget, mainCallToActionText,
import { bookADemoLink, joinWaitListLink,
joinWaitListLinkTarget, mainCallToActionText,
mainCallToActionTitle, inheritedRiskForOssLink } from '~/navigation';
const metadata = {
Expand All @@ -38,7 +38,7 @@ const metadata = {
>
<Fragment slot="title">
<span class="text-accent dark:text-white highlight">Safe</span> and
<span class="text-accent dark:text-white highlight">Trusted</span> OSS for
<span class="text-accent dark:text-white highlight">Trusted</span> Open Source for
Security Engineering Teams
</Fragment>

Expand Down

0 comments on commit 21c43f4

Please sign in to comment.