Skip to content

Commit

Permalink
use amenitylink
Browse files Browse the repository at this point in the history
  • Loading branch information
i0sea committed Oct 11, 2023
1 parent a8c3682 commit 7ec9d8b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,10 @@ const getModalContent = (
</>
)}
{externalMapURI && (
<div>
<a href={externalMapURI} className="c-call-to-action">
Get directions to this parking facility
</a>
</div>
<AmenityLink
url={externalMapURI}
text="Get directions to this parking facility"
/>
)}
</div>
);
Expand Down

0 comments on commit 7ec9d8b

Please sign in to comment.