From 93362ee579e26d537187ae879dfeabc7ee3bc143 Mon Sep 17 00:00:00 2001 From: 21120447 Date: Mon, 28 Oct 2024 12:59:14 +0700 Subject: [PATCH] :recycle: refactor: full width --- src/components/word-result/WordResult.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/word-result/WordResult.tsx b/src/components/word-result/WordResult.tsx index 1ed6795..671075c 100644 --- a/src/components/word-result/WordResult.tsx +++ b/src/components/word-result/WordResult.tsx @@ -35,15 +35,15 @@ const WordResult = ({ wordFound, wordNotFound }: Props) => { {wordFound.meanings.map((meaning, index) => ( - + {meaning.partOfSpeech} {meaning.definitions.map((definition, index) => ( - - {definition.definition} + + {definition.definition} {definition.example && ( - + Example: {definition.example}