Commit 5d2f6889 authored by Jakob Moser's avatar Jakob Moser
Browse files

Disable "popular" tab for now

parent 751915c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ const TabBar = {
        const tabs = [
            { id: 'all', label: 'Alle' },
            { id: 'favorites', label: 'Favoriten' },
            { id: 'popular', label: 'Beliebt' } // 'Beliebt' als Option
            // { id: 'popular', label: 'Beliebt' } // 'Beliebt' als Option
        ];

        return m("div.tab-bar-container",