From 2f394e4acb6abf88e1b4ef5de6eadcb96a26fff0 Mon Sep 17 00:00:00 2001 From: Sammers21 Date: Tue, 27 Feb 2024 12:16:11 +0300 Subject: [PATCH] releasef center the content of the widget --- frontend/src/containers/Profile/ObsWidget.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/src/containers/Profile/ObsWidget.tsx b/frontend/src/containers/Profile/ObsWidget.tsx index b83ea5e7..8fb8fa4f 100644 --- a/frontend/src/containers/Profile/ObsWidget.tsx +++ b/frontend/src/containers/Profile/ObsWidget.tsx @@ -141,14 +141,15 @@ export const ObsWidget = () => { return (
- {!nologo ?
- PVPQ.NET -
-
: null} - {/* {nologo ? null : ( - PVPQ.NET -
*/} -
{contentList}
+
+ {!nologo ? ( +
+ PVPQ.NET +
+
+ ) : null} + {contentList} +
); };