We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5aa5ea + bf44afb commit f95b982Copy full SHA for f95b982
src/components/about/about.tsx
@@ -23,9 +23,9 @@ const About: React.FC = () => {
23
24
return (
25
<div className="about-container" id="about">
26
- <h2 className="about-title">About Me</h2>
27
<section className="about-intro">
28
<div className="about-text">
+ <h2 className="about-title">About Me</h2>
29
<p>
30
Hello! My name is <span className="purple-text">TJ Klint</span>, well, technically it's <i>Timothy</i> (our little secret).
31
Anyways, I'm a passionate developer with a love for coding and technology. Most recently, I have finished a Software Developer
0 commit comments