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

Skip to content

Commit de98276

Browse files
committed
chore: use actual icon not TS generated icon
1 parent 47a19d2 commit de98276

File tree

4 files changed

+7
-31
lines changed

4 files changed

+7
-31
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ import { Button } from '../ui/button';
409409

410410
/* eslint-disable */
411411

412+
/* eslint-disable */
413+
412414
function TypingAnimation() {
413415
const el = useRef(null);
414416

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ import CopyButton from './copy-code';
218218

219219
// react-syntax-highlighter has no types
220220

221+
/* eslint-disable */
222+
// @ts-nocheck
223+
224+
// react-syntax-highlighter has no types
225+
221226
/* eslint-disable */
222227
// @ts-nocheck
223228
SyntaxHighlighter.registerLanguage('rust', rust);

src/app/icon.png

10.9 KB
Loading

src/app/icon.tsx

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)