Skip to content

Commit

Permalink
chore: remove new sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 23, 2024
1 parent 5e53269 commit 3c2272a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer = (): JSX.Element => {
const year = new Date().getFullYear()
return (
<footer className="flex flex-col relative w-full relative px-4 py-8 lg:px-40 lg:pt-20 lg:pb-0 bg-tailCall-dark-700 grid-dark gap-4 lg:gap-8">
<div className="grid grid-cols-2 gap-8 lg:flex lg:justify-between w-full z-10">
<div className="grid grid-cols-2 gap-8 lg:flex lg:gap-32 xl:gap-64 w-full z-10">
<TailcallLogo className="w-[120px] h-10 col-span-2" />
{footerItems.map((category: FooterItem, idx: number) => {
return (
Expand Down
25 changes: 0 additions & 25 deletions src/constants/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -634,44 +634,19 @@ export const footerItems: FooterItem[] = [
name: "Releases",
link: pageLinks.releases,
},
{
name: "Tutorial",
link: pageLinks.docs,
},
{
name: "Learn",
link: pageLinks.introduction,
},
],
},
{
title: "Products",
items: [
{
name: "GraphOS",
link: pageLinks.docs,
},
{
name: "Tailcall Config",
link: pageLinks.docs,
},
],
},
{
title: "Company",
items: [
{
name: "Blogs",
link: pageLinks.blog,
},
{
name: "About",
link: pageLinks.docs,
},
{
name: "Careers",
link: pageLinks.docs,
},
{
name: "Privacy Policy",
link: pageLinks.privacyPolicy,
Expand Down

0 comments on commit 3c2272a

Please sign in to comment.