Skip to content

Commit

Permalink
No padding under the “Get directions…” link on the Parking modal (#1768)
Browse files Browse the repository at this point in the history
* use amenitylink

* bonus lint
  • Loading branch information
i0sea authored Oct 19, 2023
1 parent 1736685 commit 742321b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,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 742321b

Please sign in to comment.