Update skill tags to include hashtags
All checks were successful
forgejo/romanjaros/portfolio/pipeline/head This commit looks good

This commit is contained in:
Roman Jaroš 2025-01-15 19:39:04 +00:00
parent 254eaaef59
commit 620bf3df8c

View file

@ -26,11 +26,10 @@ export const AboutMe = () => {
</p> </p>
<br /> <br />
<div className="flex flex-row flex-wrap gap-2"> <div className="flex flex-row flex-wrap gap-2">
<Kbd>UI design</Kbd> <Kbd>#uidesign</Kbd>
<Kbd>Web development</Kbd> <Kbd>#webdevelopment</Kbd>
<Kbd>Automation testing</Kbd> <Kbd>#automationtesting</Kbd>
<Kbd>DevOps</Kbd> <Kbd>#devops</Kbd>
<Kbd>Monitoring</Kbd>
</div> </div>
</section> </section>
</> </>