Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Hasan/fix: deriv prime back button (#5530)
Browse files Browse the repository at this point in the history
* fix: added slash to prime logo

* empty: πŸš€ to redeploy and trigger build

* fix: added backslash for partners page

---------

Co-authored-by: aswathy-deriv <[email protected]>
  • Loading branch information
hasan-deriv and aswathy-deriv authored Sep 4, 2023
1 parent 7a02e4f commit eaac1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const PaymentAgentAffiliateNav = ({ is_prime_page = false }: { is_prime_page?: b
<Link
url={{
type: 'internal',
to: is_prime_page ? '/partners/deriv-prime' : '/partners',
to: is_prime_page ? '/partners/deriv-prime/' : '/partners/',
}}
>
{is_prime_page ? (
Expand Down

0 comments on commit eaac1e6

Please sign in to comment.