Skip to content

Commit

Permalink
Merge pull request #34 from onuradali/patch-2
Browse files Browse the repository at this point in the history
Kızılay Kan Bağış Noktaları Hızlı Konum Erişim
  • Loading branch information
alpaylan authored Feb 8, 2023
2 parents 641bcbf + c2a0da0 commit 2b87857
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions fe/src/components/data/BloodDonationData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ export default function BloodDonationData({
<ListItem>
{t('in_charge')}: {value.head} - {value.cell_phone_number}
</ListItem>
{value.address && (
<ListItem>
<a
href={`https://maps.google.com/?q=${value.address
.replace('(', '')
.replace(')', '')} ${value.city}`}
>
Konum
</a>
</ListItem>
)}
</List>
</Paper>
);
Expand Down

1 comment on commit 2b87857

@vercel
Copy link

@vercel vercel bot commented on 2b87857 Feb 8, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.