diff --git a/web/index.html b/web/index.html
index bf11631..cf00157 100644
--- a/web/index.html
+++ b/web/index.html
@@ -6,7 +6,7 @@
Soundboard
-
+
diff --git a/web/src/App.tsx b/web/src/App.tsx
index b8d60cc..e7d82dd 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -1,6 +1,6 @@
import React, { useEffect, useMemo, useRef, useState } from 'react';
import ReactDOM from 'react-dom';
-import { fetchChannels, fetchSounds, playSound, setVolumeLive, getVolume, adminStatus, adminLogin, adminLogout, adminDelete, adminRename, playUrl, fetchCategories, createCategory, assignCategories, assignBadges, clearBadges, updateCategory, deleteCategory, partyStart, partyStop } from './api';
+import { fetchChannels, fetchSounds, playSound, setVolumeLive, getVolume, adminStatus, adminLogin, adminLogout, adminDelete, adminRename, playUrl, fetchCategories, createCategory, assignCategories, clearBadges, updateCategory, deleteCategory, partyStart, partyStop } from './api';
import type { VoiceChannelInfo, Sound, Category } from './types';
import { getCookie, setCookie } from './cookies';
@@ -461,39 +461,7 @@ export default function App() {
}}
>Zu Kategorie
- {/* Custom Badge Picker */}
-
-
- {showEmojiPicker && typeof document !== 'undefined' && ReactDOM.createPortal(
-
- {EMOJIS.map((e, i)=> (
-
- ))}
-
,
- document.body
- )}
-
+ {/* Custom Emoji Feature entfernt */}