feat: reword titles and descriptions
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user