Refactor project titles by removing emojis and update job descriptions in data.ts
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 54s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 12:20:52 +02:00
parent 881b34842e
commit 6bc9456b2d
5 changed files with 327 additions and 407 deletions

View File

@@ -8,7 +8,7 @@ const Experience = ({ jobs }: { jobs: Job[] }) => {
className="flex flex-col items-center justify-center gap-4 p-4 rounded w-full"
>
<h3 className="mt-4 mb-2 text-5xl font-bold tracking-tight text-white">
Experience 📈
Experience
</h3>
<div className="flex flex-wrap justify-center gap-4">
{jobs.map((job) => (