From 7c2d519f283ce6f007d6226930bcdfaec0efe896 Mon Sep 17 00:00:00 2001 From: Tony Stark Date: Thu, 5 Oct 2023 23:16:00 -0500 Subject: [PATCH] feat: jenkins action --- src/app/about/page.tsx | 2 +- src/app/blog/page.tsx | 7 +++---- src/components/PageLinks.tsx | 10 +++++----- src/components/SectionIntro.tsx | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5cd80f9..b54ee49 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -203,7 +203,7 @@ export default async function About() { diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4e2eefe..71dd1b6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -13,8 +13,7 @@ import { loadArticles } from '@/lib/mdx' export const metadata: Metadata = { title: 'Blog', - description: - 'Stay up-to-date with the latest industry news as our marketing teams finds new ways to re-purpose old CSS tricks articles.', + description: 'Perspectives and insights from our team.', } export default async function Blog() { @@ -22,8 +21,8 @@ export default async function Blog() { return ( <> - -

+ +

Stay up-to-date with the latest industry news.

diff --git a/src/components/PageLinks.tsx b/src/components/PageLinks.tsx index 285f12a..d5745fb 100644 --- a/src/components/PageLinks.tsx +++ b/src/components/PageLinks.tsx @@ -39,14 +39,14 @@ function PageLink({ page }: { page: Page }) { -

{page.description}

+

{page.description}

Read more @@ -71,9 +71,9 @@ export function PageLinks({ }) { return (
-
+
diff --git a/src/components/SectionIntro.tsx b/src/components/SectionIntro.tsx index d78ae18..92013ec 100644 --- a/src/components/SectionIntro.tsx +++ b/src/components/SectionIntro.tsx @@ -53,7 +53,7 @@ export function SectionIntro({
{children}