Monik

Results 2 issues of Monik

The corrected code under Switch/index.js - import "./Styles.css"; import { useTheme } from "../ThemeContext"; const Switch = () => { const { theme , toggleTheme } = useTheme(); return (...

Description: There seems to be an extra scrollbar appearing in the navbar of the website. This additional scrollbar is causing unnecessary visual clutter and may impact the user experience negatively....