Skip to content

Commit

Permalink
Merge v2.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
franccoina committed Nov 2, 2024
1 parent 61cf88f commit 9ce2b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/handlePageTheme.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use client';
export const darkThemeLabels = ['REGISTRO', 'ADMIN/POSTS','ADMIN/LEGAL'];
export const darkThemeLabels = ['REGISTRO', 'ADMIN/POSTS'];

export function handlePageChange(label: string) {
if (typeof window !== 'undefined') {
Expand Down

0 comments on commit 9ce2b87

Please sign in to comment.