File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const HamburgerButton: React.FC<HamburgerButtonProps> = ({
99} ) => {
1010 return (
1111 < button
12+ aria-label = "Toggle navigation bar menu"
1213 className = { `p-0 flex bg-transparent cursor-pointer ${ isOpened ? 'ham-opened' : '' } ` }
1314 onClick = { onClick }
1415 >
Original file line number Diff line number Diff line change @@ -217,6 +217,10 @@ import { Button } from '../ui/button';
217217
218218/* eslint-disable */
219219
220+ /* eslint-disable */
221+
222+ /* eslint-disable */
223+
220224function TypingAnimation ( ) {
221225 const el = useRef ( null ) ;
222226
Original file line number Diff line number Diff line change @@ -466,6 +466,16 @@ import CopyButton from './copy-code';
466466/* eslint-disable */
467467// @ts -nocheck
468468
469+ // react-syntax-highlighter has no types
470+
471+ /* eslint-disable */
472+ // @ts -nocheck
473+
474+ // react-syntax-highlighter has no types
475+
476+ /* eslint-disable */
477+ // @ts -nocheck
478+
469479// react-syntax-highlighter has no types
470480/* eslint-disable */
471481// @ts -nocheck
You can’t perform that action at this time.
0 commit comments