From 382c148910a88b6f18760d05fb4dcc865c2a6ba5 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 8 Mar 2025 00:08:49 -0800 Subject: [PATCH] Remove the word "articles" from the web page and replace it with "publications". --- src/lib/components/PublicationFeed.svelte | 2 +- src/routes/+page.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/PublicationFeed.svelte b/src/lib/components/PublicationFeed.svelte index 389e3cd..5ae2226 100644 --- a/src/lib/components/PublicationFeed.svelte +++ b/src/lib/components/PublicationFeed.svelte @@ -90,7 +90,7 @@ {/each} {:else} -

No articles found.

+

No publications found.

{/if} {#if !loadingMore && !endOfFeed}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5dd0ea0..1b204f1 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -28,7 +28,7 @@ {:else}