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

Skip to content

Commit bb8a486

Browse files
committed
fix: punctuations and typos 2
1 parent 9447969 commit bb8a486

File tree

3 files changed

+46
-4
lines changed

3 files changed

+46
-4
lines changed

src/app/(pages)/about/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ export default function Page() {
9494
<MajorHeading id="stack" title="Stack" />
9595
<Card title="">
9696
<p>
97-
While I have experience with many technologies, I specialize and
98-
work mostly now with Python and TypeScript with a heavy focus on
99-
everything web related (HTTP, WebSockets, RPC, microservices,
100-
containers, cloud architecture...)
97+
While I have experience spanning from bare-metal to front-end
98+
development, I now specialize primarily in Python and TypeScript,
99+
with a heavy focus on web-related technologies (HTTP, WebSockets,
100+
RPC, microservices, containers, cloud architecture...)
101101
</p>
102102
</Card>
103103
<div id="hiden" className="hidden">

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,18 @@ import { Button } from '../ui/button';
261261

262262
/* eslint-disable */
263263

264+
/* eslint-disable */
265+
266+
/* eslint-disable */
267+
268+
/* eslint-disable */
269+
270+
/* eslint-disable */
271+
272+
/* eslint-disable */
273+
274+
/* eslint-disable */
275+
264276
function TypingAnimation() {
265277
const el = useRef(null);
266278

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,36 @@ import CopyButton from './copy-code';
576576
/* eslint-disable */
577577
// @ts-nocheck
578578

579+
// react-syntax-highlighter has no types
580+
581+
/* eslint-disable */
582+
// @ts-nocheck
583+
584+
// react-syntax-highlighter has no types
585+
586+
/* eslint-disable */
587+
// @ts-nocheck
588+
589+
// react-syntax-highlighter has no types
590+
591+
/* eslint-disable */
592+
// @ts-nocheck
593+
594+
// react-syntax-highlighter has no types
595+
596+
/* eslint-disable */
597+
// @ts-nocheck
598+
599+
// react-syntax-highlighter has no types
600+
601+
/* eslint-disable */
602+
// @ts-nocheck
603+
604+
// react-syntax-highlighter has no types
605+
606+
/* eslint-disable */
607+
// @ts-nocheck
608+
579609
// react-syntax-highlighter has no types
580610
/* eslint-disable */
581611
// @ts-nocheck

0 commit comments

Comments
 (0)