File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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
308318SyntaxHighlighter . registerLanguage ( 'rust' , rust ) ;
You can’t perform that action at this time.
0 commit comments