mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Rename isDarkishTheme helper
This commit is contained in:
@@ -76,7 +76,7 @@ export const ga = {
|
||||
},
|
||||
};
|
||||
|
||||
export const isThemeDarkish = (theme) => {
|
||||
export const isDarkishTheme = (theme) => {
|
||||
return ['dark', 'halloween', 'forest', 'black', 'luxury', 'dracula'].includes(
|
||||
theme
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user