From 657806a1f52cc9e6ce1f1e49a6ee5df64731e849 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 21 May 2024 23:30:03 +0200 Subject: [PATCH] Small UI fix. --- frontend/src/app/pages/user/DemoPage.tsx | 2 +- frontend/src/app/pages/user/Notifications.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/pages/user/DemoPage.tsx b/frontend/src/app/pages/user/DemoPage.tsx index e037f9f2..cdb43d2f 100644 --- a/frontend/src/app/pages/user/DemoPage.tsx +++ b/frontend/src/app/pages/user/DemoPage.tsx @@ -37,7 +37,7 @@ export const DemoPage = () => { userToken, }]); - notifo.push(['show-notifications', 'button1', { style: 'notifo' }]); + notifo.push(['show-notifications', 'button1', { style: 'notifo', position: 'bottom-left' }]); notifo.push(['show-topic', 'topic1', 'updates/lego', { style: 'heart' }]); notifo.push(['show-topic', 'topic2', 'updates/tech', { style: 'alarm' }]); diff --git a/frontend/src/app/pages/user/Notifications.tsx b/frontend/src/app/pages/user/Notifications.tsx index 14519edc..00fc7319 100644 --- a/frontend/src/app/pages/user/Notifications.tsx +++ b/frontend/src/app/pages/user/Notifications.tsx @@ -130,7 +130,7 @@ export const Notifications = (props: NotificationsProps) => { {notifications.isLoaded && notifications.items && notifications.items.length === 0 && - {texts.notifications.notificationsNotFound} + {texts.notifications.notificationsNotFound} }