Skip to content

Commit

Permalink
remove pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Aug 27, 2024
1 parent 871b920 commit 1edcf1d
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 2,750 deletions.
45 changes: 0 additions & 45 deletions src/app/pricing/page.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ const navigation = {
},
{ name: 'Replay Test Suites', href: 'https://docs.replay.io/test-suites/runs-view' },

{ name: 'Documentation', href: 'https://docs.replay.io' },
{ name: 'Pricing', href: '/pricing' }
{ name: 'Documentation', href: 'https://docs.replay.io' }
],
company: [
{ name: 'About', href: '/about' },
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import s from './footer.module.scss'
const links = [
{
section: 'About',
links: [SITEMAP.aboutUs, SITEMAP.pricing, SITEMAP.hiring, SITEMAP.values]
links: [SITEMAP.aboutUs, SITEMAP.hiring, SITEMAP.values]
},
{
section: 'Get Help',
Expand Down
1 change: 0 additions & 1 deletion src/components/layout/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export type Navlink = {
const NAVLINKS: Navlink[] = [
{ href: '/#devtools', label: 'DevTools' },
{ href: '/#test-suites', label: 'Test Suites' },
{ href: '/pricing', label: 'Pricing' },
{ href: 'https://docs.replay.io', label: 'Docs' },
{ href: 'https://blog.replay.io', label: 'Changelog' },
{ href: '/about', label: 'Company' }
Expand Down
136 changes: 0 additions & 136 deletions src/components/pricing/LGTable.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions src/components/pricing/PricingFAQ.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions src/components/pricing/PricingTooltip.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions src/components/pricing/XSTable.tsx

This file was deleted.

Loading

0 comments on commit 1edcf1d

Please sign in to comment.