Skip to content

Commit

Permalink
update header to remove terms and conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
kurianbenoy committed Mar 26, 2024
1 parent a6c6a4b commit 2a44196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ui/src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ function Buttons({ isHome }) {
<PrimaryBtn accent={true} fn={() => router.push("/livetranscribe")}>
Live Transcription
</PrimaryBtn>
<PrimaryBtn
accent={true}
fn={() => router.push("/blog/terms-and-licenses")}
>
Terms & Licenses
</PrimaryBtn>
<SecondaryBtn fn={() => transitionToCollection(router)}>
Dashboard
Generate Subtitles
</SecondaryBtn>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/home/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Footer() {
</Link>
</li>
<li>
<Link href="/terms">Terms</Link>
<Link href="/terms">Terms and Conditions</Link>
</li>
<li>
<Link href="/about">About us</Link>
Expand Down

0 comments on commit 2a44196

Please sign in to comment.