Skip to content

Commit

Permalink
fix quarter card link
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriiPrudnikov committed Nov 1, 2023
1 parent 7cd8499 commit 30b2dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layers/Quarter/CardContent/CardContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function QuarterCardContent({ placemark }: QuarterCardContentProps) {
<Header title={placemark.quarterTitle} />

<div className={styles.description}>
<a href={placemark.url}>
<a href={placemark.url} target="_blank" rel="noreferrer">
Посмотреть телефон и почту квартального&nbsp;
<Icon type={IconType.External} color="#000" />
</a>
Expand Down

1 comment on commit 30b2dfc

@ekbdev
Copy link

@ekbdev ekbdev commented on 30b2dfc Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for map ready!

✅ Preview
https://map-j6ak7wssj-ekbdev.vercel.app
https://ekbdev-map-feature-kvartalnye.vercel.app

Built with commit 30b2dfc.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.