Skip to content

Commit

Permalink
added t&c to header
Browse files Browse the repository at this point in the history
  • Loading branch information
BodaNabeel committed Feb 21, 2024
1 parent 859f8de commit 530db69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ export default function Header() {
Indic Subtitler
</h1>
{isHome && (
<div className="space-x-4 ">
<div className="flex flex-wrap gap-4 ">
<PrimaryBtn accent={true} fn={() => router.push("/about")}>
Team
</PrimaryBtn>
<PrimaryBtn accent={true} fn={() => router.push("/term")}>
Terms & Licenses
</PrimaryBtn>
<SecondaryBtn fn={() => transitionToCollection(router)}>
Dashboard
</SecondaryBtn>
Expand Down

0 comments on commit 530db69

Please sign in to comment.