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

Skip to content

Commit 5efa7c6

Browse files
committed
chore: update readme with new domain
1 parent f4a3d33 commit 5efa7c6

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```shell
2-
g cl [email protected]:AshGw/ashwg.io.git && ashgw.io && g ck -b dev && j s && e .
2+
g cl [email protected]:AshGw/ashwg.me.git && ashgw.me && g ck -b dev && j s && e .
33
```

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

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

362362
/* eslint-disable */
363363

364+
/* eslint-disable */
365+
366+
/* eslint-disable */
367+
364368
function TypingAnimation() {
365369
const el = useRef(null);
366370

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@ import CopyButton from './copy-code';
9898

9999
// react-syntax-highlighter has no types
100100

101+
/* eslint-disable */
102+
// @ts-nocheck
103+
104+
// react-syntax-highlighter has no types
105+
106+
/* eslint-disable */
107+
// @ts-nocheck
108+
109+
// react-syntax-highlighter has no types
110+
101111
/* eslint-disable */
102112
// @ts-nocheck
103113
SyntaxHighlighter.registerLanguage('rust', rust);

0 commit comments

Comments
 (0)