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

Skip to content

Commit 8190ce5

Browse files
committed
feat: change the hero section catch phrase
1 parent cba5b12 commit 8190ce5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ function TypingAnimation() {
1111
useEffect(() => {
1212
const typed = new Typed(el.current, {
1313
strings: [
14-
'I <span class="glows">develop.</span>',
15-
'I <span class="glows">architect.</span>',
14+
'I <span class="glows">design.</span>',
15+
'I <span class="glows">build.</span>',
1616
'I <span class="glows">solve</span> software',
1717
],
1818
typeSpeed: 50,

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

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

304304
// react-syntax-highlighter has no types
305305

306+
/* eslint-disable */
307+
// @ts-nocheck
308+
309+
// react-syntax-highlighter has no types
310+
311+
/* eslint-disable */
312+
// @ts-nocheck
313+
314+
// react-syntax-highlighter has no types
315+
306316
/* eslint-disable */
307317
// @ts-nocheck
308318
SyntaxHighlighter.registerLanguage('rust', rust);

0 commit comments

Comments
 (0)