diff --git a/src/components/AIPrompt.astro b/src/components/AIPrompt.astro index 4b1d4a87..1466391c 100644 --- a/src/components/AIPrompt.astro +++ b/src/components/AIPrompt.astro @@ -17,7 +17,7 @@ const fullUrl = url + encodeURIComponent(AI_SUMMARY_PROMPT); href={fullUrl} target="_blank" rel="noopener noreferrer" - class="text-[var(--ayu-gutter)] hover:text-[var(--ayu-accent)] transition-colors duration-150" + class="text-fg hover:text-[var(--ayu-accent)] transition-colors duration-150" title={title} > diff --git a/src/pages/index.astro b/src/pages/index.astro index 24360d41..fa11dba0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -80,8 +80,6 @@ projects.forEach((project) => { allTags.add(tag); }); }); - -const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b)); --- -
-

ABOUT

-
-

Ask AI about me

+
+ +
+

Ask AI about me

a.localeCompare(b));
- - - - hex248 - - / - - ob248@proton.me - - / - - CV - -
  • Name: Oliver Bryan @@ -197,15 +197,6 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b)); Age:
  • -
{ @@ -215,7 +206,7 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));

PROFESSIONAL PROJECTS

-
+
{projects .filter((project) => project.type === "professional") .map((project) => ( @@ -237,7 +228,7 @@ const sortedTags = Array.from(allTags).sort((a, b) => a.localeCompare(b));

PERSONAL PROJECTS

-
+
{ projects .filter((project) => project.type === "personal")