Skip to content

Commit

Permalink
refactor: changed copy from new node to see latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 18, 2023
1 parent 81d24f4 commit ee0579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/SideBar/Latest/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const _View = ({ isSearchResult }: Props) => {
</span>
</div>
<div className="button_container">
<button onClick={getLatest} type="button">{`New Node (${nodeCount})`}</button>
<button onClick={getLatest} type="button">{`See latest (${nodeCount})`}</button>
</div>
</div>
)}
Expand Down

0 comments on commit ee0579d

Please sign in to comment.