Skip to content

Commit

Permalink
chore: use actual icon not TS generated icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed May 24, 2024
1 parent 47a19d2 commit de98276
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 31 deletions.
2 changes: 2 additions & 0 deletions src/app/components/protos/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ import { Button } from '../ui/button';

/* eslint-disable */

/* eslint-disable */

function TypingAnimation() {
const el = useRef(null);

Expand Down
5 changes: 5 additions & 0 deletions src/app/components/reusables/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ import CopyButton from './copy-code';

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck
SyntaxHighlighter.registerLanguage('rust', rust);
Expand Down
Binary file added src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 0 additions & 31 deletions src/app/icon.tsx

This file was deleted.

0 comments on commit de98276

Please sign in to comment.