Skip to content

Commit 6bce3fa

Browse files
committed
feat: Add arrow icon to link
1 parent 8170944 commit 6bce3fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/components/SinglePropertyDetail.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { Button } from "@nextui-org/react";
33
import { MapboxGeoJSONFeature } from "mapbox-gl";
44
import Image from "next/image";
5-
import { Broom, HandWaving, Handshake, Money, PottedPlant, Tree } from "@phosphor-icons/react";
5+
import { ArrowSquareOut, Broom, HandWaving, Handshake, Money, PottedPlant, Tree } from "@phosphor-icons/react";
66
import SinglePropertyInfoCard from "./SinglePropertyInfoCard";
77

88
interface PropertyDetailProps {
@@ -62,8 +62,10 @@ const SinglePropertyDetail = ({
6262
target="_blank"
6363
rel="noopener noreferrer"
6464
color="primary"
65+
className="flex p-2 items-center gap-1"
6566
>
6667
Atlas Link
68+
<ArrowSquareOut className="inline h-6 w-6" aria-hidden="true" />
6769
</a>
6870
</div>
6971
</div>

0 commit comments

Comments
 (0)