Skip to content

Commit

Permalink
Footer improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbell-lot23 committed Apr 16, 2024
1 parent 34608b3 commit 119cf28
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@ function Category({ name, links }: { name: string; links: LinkItem[] }) {

const navigation = {
product: [
{ name: 'Replay DevTools', href: 'https://docs.replay.io/reference-guide/dev-tools' },
{ name: 'Replay DevTools', href: 'https://docs.replay.io/browser-devtools/elements-panel' },
{
name: 'Replay Browser',
href: 'https://docs.replay.io/reference-guide/recording/replay-browser'
},
{ name: 'Replay Test Suites', href: 'https://docs.replay.io/test-suites' },
{
name: 'Replay Bug Reports',
href: 'https://docs.replay.io/learn-more/workflows/recording-bug-reports'
name: 'Replay Viewer',
href: 'https://docs.replay.io/browser-devtools/replay-viewer'
},
{ name: 'Replay Test Suites', href: 'https://docs.replay.io/test-suites/runs-view' },

{ name: 'Documentation', href: 'https://docs.replay.io' },
{ name: 'Pricing', href: '/pricing' }
],
Expand All @@ -52,8 +49,7 @@ const navigation = {
],
information: [
{ name: 'Contact', href: '/contact' },
{ name: 'Resources', href: 'https://docs.replay.io/resources-and-examples' },
{ name: 'Guides', href: 'https://docs.replay.io/getting-started/introduction-to-debugging' },
{ name: 'Guides', href: 'https://docs.replay.io/time-travel-intro/what-is-time-travel' },
{ name: 'Branding', href: '/branding' },
{ name: 'Security', href: '/security-and-privacy' },
{ name: 'Privacy Policy', href: '/privacy-policy' },
Expand Down

0 comments on commit 119cf28

Please sign in to comment.