Skip to content

Commit

Permalink
Rename the button text
Browse files Browse the repository at this point in the history
  • Loading branch information
sethu committed Oct 9, 2024
1 parent 6d433de commit b056ec3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Header = () => {
tertiaryFont.className
)}
>
Try It
Demo
</Link>
)}
{pathName !== "/" && pathName !== "/transcriptions" && (
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Landing = () => {
className: "!bg-[#668D7E] !hover:bg-[#668D7E] text-white",
})}
>
Try It
Try Now
</Link>

<Link
Expand Down

0 comments on commit b056ec3

Please sign in to comment.