Skip to content

Commit

Permalink
Drop pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Apr 27, 2024
1 parent 4b3d70c commit 3000eeb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 51 deletions.
21 changes: 4 additions & 17 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ const Footer = (props: FooterProps) => {
</div>
<div className="grid grid-cols-2 lg:grid-cols-4 gap-10">
<div className="flex flex-col items-start gap-3">
<Link className={linkClasses} href="/about">
<h3 className="text-xl font-semibold mb-4">About us</h3>
</Link>
<h3 className="text-xl font-semibold mb-4">About us</h3>
<Link className={linkClasses} href="/about/mission">
Mission
</Link>
Expand All @@ -57,9 +55,6 @@ const Footer = (props: FooterProps) => {
<Link className={linkClasses} href="/membership">
Membership
</Link>
<Link className={linkClasses} href="/newsletter">
Newsletter
</Link>
<Link className={linkClasses} href="/contact">
Contact Us
</Link>
Expand Down Expand Up @@ -156,17 +151,9 @@ const Footer = (props: FooterProps) => {
<div className="md:pt-40 pt-10">
<div className={'border-t-2 ' + (royalBg ? 'border-white' : 'border-black')} />
<div className="flex md:flex-row flex-col justify-between gap-8 pt-8">
<div className="flex gap-x-8 gap-y-1 justify-around md:justify-normal flex-wrap">
<Link className={linkClasses} href="/legal/terms-of-service.txt">
Terms of Service
</Link>
<Link className={linkClasses} href="/legal/privacy-policy.txt">
Privacy Policy
</Link>
<Link className={linkClasses} href="/sitemap.xml">
Sitemap
</Link>
</div>
<Link className={linkClasses} href="/sitemap.xml">
Sitemap
</Link>
<div className="md:text-right text-center text-xs">
<p>© 2023 Nebula Labs Maintainers. All rights reserved.</p>
<p>
Expand Down
17 changes: 0 additions & 17 deletions src/pages/about/index.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions src/pages/newsletter.tsx

This file was deleted.

0 comments on commit 3000eeb

Please sign in to comment.