From 466bf8ecd55cb6ae46a7c66b47e1e744a843a34b Mon Sep 17 00:00:00 2001 From: secondl1ght Date: Mon, 4 Dec 2023 23:09:55 -0700 Subject: [PATCH] fix lazy attribute --- src/routes/communities/map/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/communities/map/+page.svelte b/src/routes/communities/map/+page.svelte index 6c97f74c..8a6e8836 100644 --- a/src/routes/communities/map/+page.svelte +++ b/src/routes/communities/map/+page.svelte @@ -153,9 +153,9 @@ popupContainer.innerHTML = `
- avatar + } alt='avatar' class='w-24 h-24 rounded-full mx-auto' title='Community icon' onerror="this.src='/images/communities/bitcoin.svg'" /> ${ community.tags.name