-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
removed pricing 🍕 (#201)
Showing
3 changed files
with
20 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.