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]}>
|
||||
<div class="grid grid-cols-1">
|
||||
<LargeCategoryCard
|
||||
title="All Categories"
|
||||
description="Here you can forgoe the organization and just look at everything I have posted"
|
||||
title="All Posts"
|
||||
description="Here you can forgoe the organization and browse everything I've posted"
|
||||
url="/all"
|
||||
logoLight={global.all_logoLight}
|
||||
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]}>
|
||||
<div class="grid grid-cols-1">
|
||||
<LargeInvisibleCard
|
||||
title="All Posts"
|
||||
subTitle="Browse all articles from every category"
|
||||
title="Read More"
|
||||
subTitle="Catch up on everything I've written so far here"
|
||||
url="/all"
|
||||
img={global.all_image}
|
||||
imgAlt={global.all_image_alt}
|
||||
|
||||
@@ -37,7 +37,7 @@ const posts = await directus.request(
|
||||
|
||||
<HeaderSection
|
||||
title="All Posts"
|
||||
subTitle="Browse all articles from every category."
|
||||
subTitle="Browse all posts from every category."
|
||||
btnExists
|
||||
btnTitle="To Categories"
|
||||
btnURL="/categories"
|
||||
|
||||
Reference in New Issue
Block a user