aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app')
-rw-r--r--src/frontend/app/components/shared/AppMap.tsx4
-rw-r--r--src/frontend/app/root.tsx15
2 files changed, 12 insertions, 7 deletions
diff --git a/src/frontend/app/components/shared/AppMap.tsx b/src/frontend/app/components/shared/AppMap.tsx
index adf860d..9a83197 100644
--- a/src/frontend/app/components/shared/AppMap.tsx
+++ b/src/frontend/app/components/shared/AppMap.tsx
@@ -195,6 +195,10 @@ export const AppMap = forwardRef<MapRef, AppMapProps>(
onRotateStart={onRotateStart}
onPitchStart={onPitchStart}
onLoad={onLoad}
+ dragPan={{
+ linearity: 0.4,
+ deceleration: 3000,
+ }}
>
{showNavigation && <NavigationControl position="bottom-right" />}
{showGeolocate && (
diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx
index 656c75c..7b56b2d 100644
--- a/src/frontend/app/root.tsx
+++ b/src/frontend/app/root.tsx
@@ -36,11 +36,12 @@ export function Layout({ children }: { children: React.ReactNode }) {
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
- <link rel="icon" type="image/jpg" href="/logo-512.jpg" />
- <link rel="icon" href="/favicon.ico" sizes="64x64" />
- <link rel="apple-touch-icon" href="/logo-512.jpg" sizes="512x512" />
+
+ <link rel="icon" type="image/png" href="/icon-round.png" />
+ <link rel="apple-touch-icon" href="/icon-round.png" sizes="256x256" />
+
<meta name="theme-color" content="#F7F7FF" />
- <link rel="canonical" href="https://busurbano.costas.dev/" />
+ <link rel="canonical" href="https://enmarcha.app/" />
<meta
name="description"
@@ -52,12 +53,12 @@ export function Layout({ children }: { children: React.ReactNode }) {
/>
<meta name="author" content="Ariel Costas Guerrero" />
- <meta property="og:title" content="Busurbano Web" />
+ <meta property="og:title" content="EnMarcha" />
<meta property="og:type" content="website" />
- <meta property="og:url" content="https://busurbano.costas.dev/" />
+ <meta property="og:url" content="https://enmarcha.app/" />
<meta
property="og:image"
- content="https://busurbano.costas.dev/logo-512.jpg"
+ content="https://enmarcha.app/icon-round.png"
/>
<meta
property="og:description"