feat: reword titles and descriptions
Some checks failed
renovate / renovate (push) Successful in 1m30s
test-build / guarddog (push) Successful in 19s
test-build / build (push) Has been cancelled

This commit is contained in:
2026-03-09 16:58:28 -05:00
parent 568220d39c
commit 68f179456a
3 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ const posts = await directus.request(
<section class:list={['mx-auto px-4 py-10 sm:px-6 lg:px-8 lg:py-14 lg:pt-10 2xl:max-w-full', Astro.props.className]}> <section class:list={['mx-auto px-4 py-10 sm:px-6 lg:px-8 lg:py-14 lg:pt-10 2xl:max-w-full', Astro.props.className]}>
<div class="grid grid-cols-1"> <div class="grid grid-cols-1">
<LargeCategoryCard <LargeCategoryCard
title="All Categories" title="All Posts"
description="Here you can forgoe the organization and just look at everything I have posted" description="Here you can forgoe the organization and browse everything I've posted"
url="/all" url="/all"
logoLight={global.all_logoLight} logoLight={global.all_logoLight}
logoDark={global.all_logoDark} logoDark={global.all_logoDark}

View File

@@ -10,8 +10,8 @@ const global = await directus.request(readSingleton('site_global'));
<section class:list={['mx-auto px-4 py-10 sm:px-6 lg:px-8 lg:py-14 lg:pt-10 2xl:max-w-full', Astro.props.className]}> <section class:list={['mx-auto px-4 py-10 sm:px-6 lg:px-8 lg:py-14 lg:pt-10 2xl:max-w-full', Astro.props.className]}>
<div class="grid grid-cols-1"> <div class="grid grid-cols-1">
<LargeInvisibleCard <LargeInvisibleCard
title="All Posts" title="Read More"
subTitle="Browse all articles from every category" subTitle="Catch up on everything I've written so far here"
url="/all" url="/all"
img={global.all_image} img={global.all_image}
imgAlt={global.all_image_alt} imgAlt={global.all_image_alt}

View File

@@ -37,7 +37,7 @@ const posts = await directus.request(
<HeaderSection <HeaderSection
title="All Posts" title="All Posts"
subTitle="Browse all articles from every category." subTitle="Browse all posts from every category."
btnExists btnExists
btnTitle="To Categories" btnTitle="To Categories"
btnURL="/categories" btnURL="/categories"