Merge branch 'master' of https://github.com/gillkyle/sol-journal
This commit is contained in:
@@ -124,7 +124,7 @@ class Search extends Component {
|
||||
entry.text.length > 1 && (
|
||||
<Link
|
||||
key={index}
|
||||
to={`${entry.year}/${pad(entry.month)}/${pad(entry.day)}`}
|
||||
to={`/${entry.year}/${pad(entry.month)}/${pad(entry.day)}`}
|
||||
style={{ textDecoration: "none" }}
|
||||
>
|
||||
<SearchResult
|
||||
|
||||
Reference in New Issue
Block a user