From 6b293b33a27642757b155590f09f1ad0688c2402 Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Sat, 10 Jun 2023 11:01:05 -0700 Subject: [PATCH] Cleanup apps a bit --- src/app/views/Apps.svelte | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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}