Short SnippetCard full linking

This commit is contained in:
Angelos Chalaris
2019-08-27 21:27:05 +03:00
parent 60c9e63036
commit 8315e8aa7d
7 changed files with 25 additions and 16 deletions

View File

@ -49,7 +49,7 @@ const SearchPage = props => {
setSearchQuery={setSearchQuery}
defaultValue={props.searchQuery}
/>
<p className='light-sub'>Click on a snippet's name to view its code.</p>
<p className='light-sub'>Click on a snippet card to view the snippet.</p>
{/* Display page background or results depending on state */}
{searchQuery.length === 0 ? (
<>