Non-ente ext links

This commit is contained in:
Manav Rathi
2024-08-03 17:42:49 +05:30
parent 6feb3b7897
commit eea4958ee7
4 changed files with 5 additions and 2 deletions

View File

@@ -550,14 +550,14 @@ export function PhotoList({
<Link
href="https://play.google.com/store/apps/details?id=io.ente.photos"
target="_blank"
rel="noreferrer"
rel="noopener"
/>
),
b: (
<Link
href="https://apps.apple.com/in/app/ente-photos/id1542026904"
target="_blank"
rel="noreferrer"
rel="noopener"
/>
),
}}

View File

@@ -175,6 +175,7 @@ export const FileInfo: React.FC<FileInfoProps> = ({
<Link
href={getOpenStreetMapLink(location)}
target="_blank"
rel="noopener"
sx={{ fontWeight: "bold" }}
>
{t("SHOW_ON_MAP")}

View File

@@ -174,6 +174,7 @@ function EnableMap({ onClose, enableMap, onRootClose }) {
a: (
<Link
target="_blank"
rel="noopener"
href="https://www.openstreetmap.org/"
/>
),

View File

@@ -145,6 +145,7 @@ export const getMapEnableConfirmationDialog = (
a: (
<Link
target="_blank"
rel="noopener"
href="https://www.openstreetmap.org/"
/>
),