Merge pull request #5 from skvale/patch-1

Update Search.js
This commit is contained in:
gillkyle
2019-07-11 09:07:53 -06:00
committed by GitHub

View File

@@ -124,7 +124,7 @@ class Search extends Component {
entry.text.length > 1 && ( entry.text.length > 1 && (
<Link <Link
key={index} key={index}
to={`${entry.year}/${pad(entry.month)}/${pad(entry.day)}`} to={`/${entry.year}/${pad(entry.month)}/${pad(entry.day)}`}
style={{ textDecoration: "none" }} style={{ textDecoration: "none" }}
> >
<SearchResult <SearchResult