Skip to content

Commit

Permalink
feat(footer): swap out footer text (#296)
Browse files Browse the repository at this point in the history
* feat(footer): swap our footer text

swap out footer text with pizza

* change url

Co-authored-by: bdougie <bdougie@bdougies-mbp.lan>
  • Loading branch information
bdougie and bdougie committed Sep 5, 2022
1 parent 131e54a commit 737df5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/organisms/Footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const Footer: React.FC = () => {
<footer className="flex h-24 w-full bg-white items-center justify-center border-t">
<a
className="flex items-center justify-center gap-2"
href="https://opensauced.gitsense.com/"
href="https://www.youtube.com/opensauced"
target="_blank"
rel="noopener noreferrer"
>
Powered by<div className="font-bold">GitSense</div>
Powered by<div className="font-bold">🍕 & ☕ ️</div>
</a>
</footer>
);
};

export default Footer;
export default Footer;

0 comments on commit 737df5b

Please sign in to comment.