From c482f5556f4b2064f9f000df8a980c0201d4aff5 Mon Sep 17 00:00:00 2001 From: maskeynihal <26411488+maskeynihal@users.noreply.github.com> Date: Tue, 3 Jan 2023 01:17:30 +0545 Subject: [PATCH] Add links to meaning --- src/app.jsx | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/app.jsx b/src/app.jsx index 4ad6f63..ddedd40 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -30,14 +30,25 @@ export function App() { return ( <> -

Word of the day

- {isLoading ? ( -

Loading ...

+
+

Word of the day

+

Loading ...

+
) : wordOfTheDay ? (
-

{wordOfTheDay.word}

+
Word of the day
+ +

{wordOfTheDay.word}

{wordOfTheDay.description}

+ + + {">>"} +
) : (

No Word of the day, Yet!!