From e7ba7386864d550c9348b91ca509b071a3af6002 Mon Sep 17 00:00:00 2001 From: Barunes Padhy Date: Thu, 27 Jun 2024 18:38:49 +0300 Subject: [PATCH] fixed small issues with rendering and accessibility fixes --- .../viewable-ui/src/components/blog-list.jsx | 2 +- .../src/components/shared/navbar.jsx | 27 +++++++++---------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/frontend/viewable-ui/src/components/blog-list.jsx b/frontend/viewable-ui/src/components/blog-list.jsx index ce1084a..2818496 100755 --- a/frontend/viewable-ui/src/components/blog-list.jsx +++ b/frontend/viewable-ui/src/components/blog-list.jsx @@ -70,7 +70,7 @@ function BlogList(props) { {categoryData ? categoryData.blogMetadata.map((item) => ( - +
- - { - UserData.profilePhoto !== '' ? - {UserData.name} : '' - } - - + { + UserData.profilePhoto !== '' ? + {UserData.name} : '' + } +