From c2e92b2d25c03e0943c9fb4c64030b95d0b3c945 Mon Sep 17 00:00:00 2001 From: x1unix Date: Tue, 8 Feb 2022 12:14:22 +0200 Subject: [PATCH] web: hide text in "whats new" button --- web/src/components/core/Header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/core/Header.tsx b/web/src/components/core/Header.tsx index 030ed2c0..24072bcb 100644 --- a/web/src/components/core/Header.tsx +++ b/web/src/components/core/Header.tsx @@ -161,6 +161,7 @@ export class Header extends React.Component { key: 'changelog', text: 'What\'s new', ariaLabel: 'Changelog', + iconOnly: true, disabled: this.props.loading, iconProps: { iconName: 'Giftbox' }, onClick: () => {