Skip to content

Commit 1ccb75f

Browse files
committed
Bold time
1 parent 58baa52 commit 1ccb75f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/04-lists/teach/App.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ const Clock = ({ initialLocale, tickAmount, allowLocaleSwitch }) => {
4343

4444
return (
4545
<div>
46-
<p>The current time is {time.toLocaleTimeString(locale)}.</p>
46+
<p>
47+
The current time is <strong>{time.toLocaleTimeString(locale)}</strong>.
48+
</p>
4749
{allowLocaleSwitch && (
4850
<LocaleSelector locale={locale} onLocaleChange={setLocale} />
4951
)}

0 commit comments

Comments
 (0)