We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6ba9a commit 036885fCopy full SHA for 036885f
src/pages/activities/RandomQuote.js
@@ -41,7 +41,7 @@ export const RandomQuote = () => {
41
{quote && (
42
<div className="rquote-content">
43
<div className="rquote-quote">“{quote.q}”</div>
44
- <div className="rquote-author">— {quote.a || "Unknown"} </div>
+ <div className="rquote-author">— {quote.a || "Unknown"}</div>
45
</div>
46
)}
47
0 commit comments