feat: add missing type="button" (#8030)
This commit is contained in:
@@ -194,6 +194,7 @@ export const MobileMenu = ({
|
||||
!appState.openMenu &&
|
||||
!appState.openSidebar && (
|
||||
<button
|
||||
type="button"
|
||||
className="scroll-back-to-content"
|
||||
onClick={() => {
|
||||
setAppState((appState) => ({
|
||||
|
||||
Reference in New Issue
Block a user