diff --git a/src/app/views/Apps.svelte b/src/app/views/Apps.svelte index 20b9cdf8..e348ae82 100644 --- a/src/app/views/Apps.svelte +++ b/src/app/views/Apps.svelte @@ -6,11 +6,7 @@ const apps = [ ["https://zapstr.live", "Zapstr", "Stream music, zap artists"], - [ - "https://highlighter.com", - "Highlighter", - "Highlight anything on the web - add notes and share with friends.", - ], + ["https://highlighter.com", "Highlighter", "Highlight anything and share it with friends."], ["https://www.wavman.app", "Wavman", "A nostalgic music player built on nostr."], ["https://feeds.nostr.band", "Feeds", "Find custom curated feeds - and create your own."], ["https://blowater.deno.dev", "Blowater", "The best nostr micro-client for managing DMs."], @@ -35,11 +31,11 @@ Recommended micro-apps

Hand-picked recommendations to enhance your nostr experience.

-
+
{#each apps as [url, title, description]}

{title}

-

{description}

+

{description}

{/each}