commit f8571c3a784b172662c84fb309a3a1434dd95df3
parent c222d2453f7fe9203c11551f6f4ed8aeed8a4037
Author: Agastya Chandrakant <me@hanabi.in>
Date: Wed, 11 Mar 2020 16:20:10 +0530
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/random.js b/src/pages/random.js
@@ -40,7 +40,7 @@ function RandomQuotePage({ data }) {
<span className="author-container">
<Link
className="author-container-link"
- to={`/author/${author}`}
+ to={`/authors/${author}`}
>
{author}
</Link>