Skip to content

Commit

Permalink
Merge pull request #14462 from artsy/starsirius/update-link
Browse files Browse the repository at this point in the history
fix: update help article link for taxes
  • Loading branch information
starsirius authored Sep 12, 2024
2 parents 3cbc233 + b2160e4 commit 1019492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ArtworkSidebarShippingInformation: React.FC<ShippingInformationProps> = ({
{taxInfo.displayText}{" "}
<RouterLink
inline
to="https://support.artsy.net/s/article/How-are-taxes-customs-VAT-and-import-fees-handled-on-works-listed-with-secure-checkout"
to="https://support.artsy.net/s/article/How-are-taxes-and-customs-fees-calculated"
target="_blank"
rel="noopener noreferrer"
onClick={handleMoreInfoClick}
Expand Down Expand Up @@ -87,7 +87,7 @@ const ArtworkSidebarShippingInformation: React.FC<ShippingInformationProps> = ({
{taxInfo.displayText}{" "}
<RouterLink
inline
to="https://support.artsy.net/s/article/How-are-taxes-customs-VAT-and-import-fees-handled-on-works-listed-with-secure-checkout"
to="https://support.artsy.net/s/article/How-are-taxes-and-customs-fees-calculated"
target="_blank"
rel="noopener noreferrer"
onClick={handleMoreInfoClick}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const TransactionDetailsSummaryItem: FC<TransactionDetailsSummaryItemProp
{taxPrefix()}
<RouterLink
inline
to="https://support.artsy.net/s/article/How-are-taxes-customs-VAT-and-import-fees-handled-on-works-listed-with-secure-checkout"
to="https://support.artsy.net/s/article/How-are-taxes-and-customs-fees-calculated"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 1019492

Please sign in to comment.