diff --git a/src/app/components/ProfileDetail.svelte b/src/app/components/ProfileDetail.svelte
index a6d064ac..eec51e8d 100644
--- a/src/app/components/ProfileDetail.svelte
+++ b/src/app/components/ProfileDetail.svelte
@@ -1,38 +1,35 @@
-
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 5eaf3b86..814be7b5 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -111,7 +111,7 @@
- {#key $page.params}
+ {#key JSON.stringify($page.params)}
{/key}
diff --git a/src/routes/settings/about/+page.svelte b/src/routes/settings/about/+page.svelte
index a0143c5f..7a6beaa7 100644
--- a/src/routes/settings/about/+page.svelte
+++ b/src/routes/settings/about/+page.svelte
@@ -2,10 +2,11 @@
import Link from "@lib/components/Link.svelte"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
- import {entityLink} from "@app/state"
+ import ProfileDetail from '@app/components/ProfileDetail.svelte'
+ import {pushDrawer} from '@app/modal'
- const nprofile =
- "nprofile1qqsf03c2gsmx5ef4c9zmxvlew04gdh7u94afnknp33qvv3c94kvwxgspz4mhxue69uhhyetvv9ujuerpd46hxtnfduhsz9rhwden5te0wfjkcctev93xcefwdaexwtcpzdmhxue69uhhqatjwpkx2urpvuhx2ue0vamm57"
+ const openProfile = () =>
+ pushDrawer(ProfileDetail, {pubkey: '97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322'})
@@ -33,7 +34,7 @@
Built with 💜 by
- @hodlbod
+ @
@@ -48,12 +49,12 @@
-
+
-
+