quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

commit 3212c2ffa68b4f2098ba6bda93f81e19e61b1d24
parent 65739e98da99d985e11820da6fbc8676767d5848
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 11 Mar 2020 13:38:26 +0530

when in <em>

Diffstat:
Msrc/pages/random.js | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/pages/random.js b/src/pages/random.js @@ -52,7 +52,11 @@ function RandomQuotePage({ data }) { </sup> </span> ) : null} - {where ? <span>, {where}</span> : null} + {where ? ( + <span> + <em>, {where}</em> + </span> + ) : null} </span> </span> </div>