Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5e5b4d

Browse files
committed
feat: configure SEO for contact page
1 parent c5b6b43 commit a5e5b4d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/app/components/protos/hero-section.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ import { Button } from '../ui/button';
305305

306306
/* eslint-disable */
307307

308+
/* eslint-disable */
309+
310+
/* eslint-disable */
311+
308312
function TypingAnimation() {
309313
const el = useRef(null);
310314

src/app/components/reusables/code/code-block.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,16 @@ import CopyButton from './copy-code';
686686
/* eslint-disable */
687687
// @ts-nocheck
688688

689+
// react-syntax-highlighter has no types
690+
691+
/* eslint-disable */
692+
// @ts-nocheck
693+
694+
// react-syntax-highlighter has no types
695+
696+
/* eslint-disable */
697+
// @ts-nocheck
698+
689699
// react-syntax-highlighter has no types
690700
/* eslint-disable */
691701
// @ts-nocheck

0 commit comments

Comments
 (0)