From ffd0ad8320102f18f04b32aadda416a0a0f86307 Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 8 Apr 2026 08:34:52 -0400 Subject: [PATCH] fix: update description variable to match opening paragraph --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index 857bcc7..643310c 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -3,7 +3,7 @@ import type { IconMap, SocialLink, Site } from '@/types' export const SITE: Site = { title: 'Patrick Jaroszewski', description: - "Full Stack Developer & DevOps Engineer passionate about building scalable web applications and robust infrastructure. A passionate learner driven by curiosity — skilled in modern web technologies, self-hosted infrastructure, and automation. Exploring new tech, sharing what I learn, and open to software engineering and DevOps opportunities.", + "Full Stack Developer & DevOps Engineer passionate about building scalable web applications and robust infrastructure. A relentless learner driven by curiosity — skilled in modern web technologies, self-hosted infrastructure, and automation. Exploring new tech, sharing what I learn, and open to software engineering and DevOps opportunities.", href: 'https://patrick.jaroszew.ski', author: 'Patrick Jaroszewski', locale: 'en-US',