Skip to content

Commit

Permalink
Small UI fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed May 21, 2024
1 parent 61e02d1 commit 657806a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/pages/user/DemoPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' }]);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/pages/user/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const Notifications = (props: NotificationsProps) => {

{notifications.isLoaded && notifications.items && notifications.items.length === 0 &&
<tr>
<td colSpan={7}>{texts.notifications.notificationsNotFound}</td>
<td colSpan={10}>{texts.notifications.notificationsNotFound}</td>
</tr>
}
</tbody>
Expand Down

0 comments on commit 657806a

Please sign in to comment.