1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: new logo v1

This commit is contained in:
2024-01-28 01:56:47 +01:00
parent 1523c8cac0
commit b8ceefb2f6
24 changed files with 38 additions and 29 deletions

View File

@ -42,7 +42,7 @@ export const SkillComponent = (props: SkillComponentProps): JSX.Element => {
alt={skill}
src={getImage()}
/>
<p className="mt-1">{skill}</p>
<p className="mt-1 font-semibold">{skill}</p>
</div>
</a>
)