Fix formatting in AboutMe component text styling
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good
This commit is contained in:
parent
620bf3df8c
commit
f056990693
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export const AboutMe = () => {
|
|||
<section className="leading-snug text-slate-500 dark:text-slate-400">
|
||||
<p>
|
||||
Hello, my name is Roman Jaroš. I am {age}. <span className="underline dark:text-white decoration-pink-500">
|
||||
{work} years working as software engineer. </span>
|
||||
{work} years working as software engineer.</span>{" "}
|
||||
I have been programming since I was 15 years old and still love to learn new technologies.
|
||||
Outside of the programming world, I maintain servers with around 80 docker containers.
|
||||
Outside of the IT world, I enjoy reading self improvement books, meditating,
|
||||
|
|
Loading…
Add table
Reference in a new issue