Skip to content

Commit

Permalink
removed pricing 🍕 (#201)
Browse files Browse the repository at this point in the history
bdougie authored Feb 16, 2024
1 parent 3e14b48 commit 80b4698
Showing 3 changed files with 20 additions and 52 deletions.
20 changes: 20 additions & 0 deletions components/common/StarTheRepo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { AiOutlineStar } from "react-icons/ai";

export const StarTheRepo = (): JSX.Element | null => {
return (
<div className={`hidden sm:flex items-center text-osGrey transition-opacity font-Inter`}>
<a
href="https://github.com/open-sauced/app"
rel="noreferrer"
target="_blank"
>
<AiOutlineStar className="inline-block mr-2.5" />

FOOLALA
<span className="text-md font-light mr-2.5">
Star us on GitHub
</span>
</a>
</div>
);
};
1 change: 0 additions & 1 deletion components/sections/navigation/Header.tsx
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ interface HeaderProps {

export const navigationLinks = [
{ url: '/#features', label: 'Features' },
{ url: '/pricing', label: 'Pricing' },
{ url: '/about', label: 'About' },
{ url: '/blog', label: 'Blog' },
{ url: '/changelog', label: 'Changelog' },
51 changes: 0 additions & 51 deletions pages/pricing/index.tsx

This file was deleted.

0 comments on commit 80b4698

Please sign in to comment.