Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix: update no documents found text (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcamac authored and nicholasess committed Sep 4, 2018
1 parent f48e375 commit cb782f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const Sidebar = () => (
<Logo showBg={!on} />
<Search onSearch={handleSearchDocs} />
{docs.length < 1 ? (
<Empty>No documents find.</Empty>
<Empty>No documents found.</Empty>
) : (
<Menus>
{docsWithoutMenu.map(doc => (
Expand Down

0 comments on commit cb782f9

Please sign in to comment.