Skip to content

Commit 16ad7ea

Browse files
authored
Merge pull request #21 from adity1raut/aditya-side
refactor: remove unused pages and routes for Careers, Contact, Pricin…
2 parents d023fa7 + b655c58 commit 16ad7ea

8 files changed

Lines changed: 0 additions & 782 deletions

File tree

client/src/components/Footer.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,16 @@ const SOCIAL = [
1212
const LINKS = {
1313
Product: [
1414
{ label: "Features", to: "/features" },
15-
{ label: "Pricing", to: "/pricing" },
1615
{ label: "Security", to: "/security" },
1716
{ label: "Enterprise", to: "/enterprise" },
1817
],
1918
Company: [
2019
{ label: "About", to: "/about" },
2120
{ label: "Blog", to: "/blog" },
22-
{ label: "Careers", to: "/careers" },
23-
{ label: "Contact", to: "/contact" },
2421
],
2522
Legal: [
2623
{ label: "Privacy", to: "/privacy" },
2724
{ label: "Terms", to: "/terms" },
28-
{ label: "Cookies", to: "/cookies" },
29-
{ label: "License", to: "/license" },
3025
],
3126
};
3227

client/src/pages/Careers.jsx

Lines changed: 0 additions & 142 deletions
This file was deleted.

client/src/pages/Contact.jsx

Lines changed: 0 additions & 180 deletions
This file was deleted.

0 commit comments

Comments
 (0)