Skip to content

Commit

Permalink
rename RecentArticles to Welcome.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Sep 14, 2023
1 parent 6e31cfc commit 9d8243b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/components/TabElement.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { scrollTabIntoView, isElementInViewport, toURL } from '$lib/utils';
import Article from '$cards/Article.svelte';
import Editor from '$cards/Editor.svelte';
import RecentArticles from '$cards/RecentArticles.svelte';
import Welcome from '$cards/Welcome.svelte';
import Search from '$cards/Search.svelte';
import Settings from '$cards/Settings.svelte';
import Relay from '$cards/Relay.svelte';
Expand Down Expand Up @@ -113,7 +113,7 @@
{:else if tab.type === 'find'}
<Search {createChild} {replaceSelf} query={tab.data} {tab} />
{:else if tab.type === 'welcome'}
<RecentArticles {createChild} />
<Welcome {createChild} />
{:else if tab.type === 'relay'}
<Relay {createChild} {replaceSelf} {tab} />
{:else if tab.type === 'settings'}
Expand Down

0 comments on commit 9d8243b

Please sign in to comment.