From 4f7329390261ae7db9f84967b19f15c8788b5195 Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 24 Jun 2026 09:11:36 -0300 Subject: [PATCH] Witness protection --- src/lib/components/Hero.svelte | 4 +++- src/lib/components/icons/IconMapPin.svelte | 18 ++++++++++++++++++ src/lib/data/links.json | 2 +- src/routes/+layout.svelte | 5 +++++ 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 src/lib/components/icons/IconMapPin.svelte diff --git a/src/lib/components/Hero.svelte b/src/lib/components/Hero.svelte index 2ae68ae..736f478 100644 --- a/src/lib/components/Hero.svelte +++ b/src/lib/components/Hero.svelte @@ -2,6 +2,7 @@ import { HeroLayout } from '$lib/data/constants'; import type { Site } from '$lib/data/types'; import IconContact from './icons/IconContact.svelte'; + import IconMapPin from './icons/IconMapPin.svelte'; import IconShare from './icons/IconShare.svelte'; let { @@ -88,7 +89,8 @@ {/if} {/if} - {#if location}{location}{/if} + {#if location} {location}{/if}

{/if} diff --git a/src/lib/components/icons/IconMapPin.svelte b/src/lib/components/icons/IconMapPin.svelte new file mode 100644 index 0000000..4aba40d --- /dev/null +++ b/src/lib/components/icons/IconMapPin.svelte @@ -0,0 +1,18 @@ + + + diff --git a/src/lib/data/links.json b/src/lib/data/links.json index 22868bb..2a0f23e 100644 --- a/src/lib/data/links.json +++ b/src/lib/data/links.json @@ -30,7 +30,7 @@ "profileImage": "tropical-mifi", "pronunciation": "MY-fy (/ˈmaɪˌfaɪ/)", "pronouns": "he/him/mifi", - "location": "Vitória, ES, Brasil", + "location": "Boston, MA", "person": { "name": "mifi", "sameAs": [ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 02c97a6..fe917a2 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -44,6 +44,11 @@ defer src="https://analytics.mifi.holdings/script.js" data-website-id={data.umamiMeasurementId} + data-performance="true" + > +