Skip to content

Commit

Permalink
feat: Everything -> Explore
Browse files Browse the repository at this point in the history
  • Loading branch information
colbr committed Jan 25, 2025
1 parent a0de827 commit dde0b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/feed/components/feed-selector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const FeedSelector = () => {
return (
<ul className={styles.List}>
<ScrollbarContainer variant='on-hover' className={styles.Scroll}>
<FeedItem key={'everything'} route={'/feed'} isSelected={selectedZId === undefined}>
Everything
<FeedItem key={'explore'} route={'/feed'} isSelected={selectedZId === undefined}>
Explore
</FeedItem>
{isLoadingZids && <li>Loading Feeds...</li>}
{isErrorZids && <li>Error loading Feeds</li>}
Expand Down

0 comments on commit dde0b68

Please sign in to comment.