Non-ente ext links
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
),
|
||||
}}
|
||||
|
||||
@@ -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")}
|
||||
|
||||
@@ -174,6 +174,7 @@ function EnableMap({ onClose, enableMap, onRootClose }) {
|
||||
a: (
|
||||
<Link
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
href="https://www.openstreetmap.org/"
|
||||
/>
|
||||
),
|
||||
|
||||
@@ -145,6 +145,7 @@ export const getMapEnableConfirmationDialog = (
|
||||
a: (
|
||||
<Link
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
href="https://www.openstreetmap.org/"
|
||||
/>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user