Skip to content

Commit 8685a58

Browse files
Sidebar / Settings work
- Changed the layout of the side bar - More work on the settings
1 parent b67d355 commit 8685a58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/UI/context/ThemesContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const ThemesProvider: React.FC<{ children: React.ReactNode }> = ({
2020
try {
2121
const response = await fetch(`${apiUrl}/settings`);
2222
const data = await response.json();
23-
console.log(data);
2423
if (data) {
2524
setTheme("dark");
2625
} else {

0 commit comments

Comments
 (0)