- Implemented dynamic button label in SettingsModal to display "Admin anmelden" or "Admin abmelden" based on Redux state `isAdminLoggedIn`. - Added `handleAdminLogout` function to clear token from localStorage and update Redux state when admin logs out. - Refactored button click handling to toggle login/logout functionality seamlessly.