Skip to content

Commit f43672b

Browse files
authored
fix: cleanup sidebar (#1176)
Guides, Feedback board and support options will be linked from support.getalby.com ![image](https://github.com/user-attachments/assets/fe10da91-cdcc-4b33-b7bb-cf310fea56c3)
2 parents 7360e7a + 7e722dd commit f43672b

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

frontend/src/components/layouts/AppLayout.tsx

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { compare } from "compare-versions";
22
import {
3+
CircleHelp,
34
Cloud,
45
EllipsisVertical,
56
Home,
67
LayoutGrid,
7-
LifeBuoy,
8-
Lightbulb,
98
Lock,
10-
Megaphone,
119
Menu,
1210
Plug2,
1311
PlugZapIcon,
@@ -169,39 +167,16 @@ export default function AppLayout() {
169167
<Settings className="h-4 w-4" />
170168
Settings
171169
</MenuItem>
170+
172171
<MenuItem
173172
to="/"
174173
onClick={(e) => {
175-
openLink("https://getalby.com/help");
176-
e.preventDefault();
177-
}}
178-
>
179-
<LifeBuoy className="h-4 w-4" />
180-
Live Support
181-
</MenuItem>
182-
<MenuItem
183-
to="/"
184-
onClick={(e) => {
185-
openLink(
186-
"https://guides.getalby.com/user-guide/v/alby-account-and-browser-extension/alby-hub"
187-
);
188-
e.preventDefault();
189-
}}
190-
>
191-
<Lightbulb className="h-4 w-4" />
192-
Guides
193-
</MenuItem>
194-
<MenuItem
195-
to="/"
196-
onClick={(e) => {
197-
openLink(
198-
"https://feedback.getalby.com/-alby-hub-request-a-feature"
199-
);
174+
openLink("https://support.getalby.com");
200175
e.preventDefault();
201176
}}
202177
>
203-
<Megaphone className="h-4 w-4" />
204-
Feedback
178+
<CircleHelp className="h-4 w-4" />
179+
Help
205180
</MenuItem>
206181
{!albyMe?.hub.name && info?.albyAccountConnected && (
207182
<MenuItem

0 commit comments

Comments
 (0)