Skip to content

Commit

Permalink
refactor: make the demo url configurable (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimensahnoun authored Sep 24, 2024
1 parent f01dc6d commit ed247cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Navbar = () => {
<a
target="_blank"
rel="noreferrer noopener"
href="https://calendly.com/d/cj8v-459-qfv/rn-interview"
href={process.env.NEXT_PUBLIC_DEMO_URL}
className="flex items-center gap-[5px] bg-transparent text-green font-medium text-[14px] lg:text-[16px]"
>
Book a demo
Expand Down

0 comments on commit ed247cf

Please sign in to comment.