Browse Source

Remove the word "articles" from the web page and replace it with "publications".

master
Silberengel 1 year ago
parent
commit
382c148910
  1. 2
      src/lib/components/PublicationFeed.svelte
  2. 2
      src/routes/+page.svelte

2
src/lib/components/PublicationFeed.svelte

@ -90,7 +90,7 @@
<ArticleHeader {event} /> <ArticleHeader {event} />
{/each} {/each}
{:else} {:else}
<p class='text-center'>No articles found.</p> <p class='text-center'>No publications found.</p>
{/if} {/if}
{#if !loadingMore && !endOfFeed} {#if !loadingMore && !endOfFeed}
<div class='flex justify-center mt-4 mb-8'> <div class='flex justify-center mt-4 mb-8'>

2
src/routes/+page.svelte

@ -28,7 +28,7 @@
{:else} {:else}
<div class='leather w-full flex justify-end'> <div class='leather w-full flex justify-end'>
<Button> <Button>
{`Showing articles from: ${getFeedTypeFriendlyName($feedType)}`}<ChevronDownOutline class='w-6 h-6' /> {`Showing publications from: ${getFeedTypeFriendlyName($feedType)}`}<ChevronDownOutline class='w-6 h-6' />
</Button> </Button>
<Dropdown class='w-fit p-2 space-y-2 text-sm'> <Dropdown class='w-fit p-2 space-y-2 text-sm'>
<li> <li>

Loading…
Cancel
Save