Skip to content

Commit fb20880

Browse files
committed
Remove tickets link from 2026
1 parent 483b4d4 commit fb20880

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

frontend/src/components/header/index.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ export const Header = () => {
4242
// );
4343

4444
const actions: Action[] = [
45-
isRunning
46-
? {
47-
text: getTranslatedMessage("header.streaming", language),
48-
icon: "live-circle",
49-
link: "/streaming",
50-
background: "red",
51-
hoverBackground: "red",
52-
}
53-
: {
54-
text: getTranslatedMessage("header.tickets", language),
55-
icon: "tickets",
56-
link: "/tickets",
57-
},
5845
{
5946
text:
6047
isReady && loggedIn

0 commit comments

Comments
 (0)