From 123d2d476c8561237964901f702e7ff474ac64c1 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Sat, 16 Nov 2024 20:18:46 +0100 Subject: [PATCH] Run jobs in sequence --- shipixen/app/tag-data.json | 2 +- shipixen/components/shared/SectionContainer.tsx | 2 +- shipixen/layouts/PostLayout.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shipixen/app/tag-data.json b/shipixen/app/tag-data.json index 813e2e7e..abefa062 100644 --- a/shipixen/app/tag-data.json +++ b/shipixen/app/tag-data.json @@ -1 +1 @@ -{"design":1,"graphics":1,"marketing":4,"productivity":7,"efficiency":7,"tools":9,"ai":6,"machine-learning":4,"automation":4,"seo":3,"promotion":2,"developer":2,"macos":2,"voice":2,"text-to-speech":2,"books":1,"learning":1,"programming":1,"themes":1,"plugins":1,"customization":1,"optimization":1,"startup":1,"saas":2,"business":1,"health":1,"fitness":1,"wellness":1,"nextjs":1,"react":1} \ No newline at end of file +{"design":1,"graphics":1,"marketing":4,"productivity":7,"efficiency":7,"tools":9,"ai":5,"machine-learning":3,"automation":3,"seo":3,"promotion":2,"developer":2,"macos":2,"voice":2,"text-to-speech":2,"books":1,"learning":1,"programming":1,"themes":1,"plugins":1,"customization":1,"optimization":1,"startup":1,"saas":2,"business":1,"health":1,"fitness":1,"wellness":1,"nextjs":1,"react":1} \ No newline at end of file diff --git a/shipixen/components/shared/SectionContainer.tsx b/shipixen/components/shared/SectionContainer.tsx index 78e33d95..bae531d4 100644 --- a/shipixen/components/shared/SectionContainer.tsx +++ b/shipixen/components/shared/SectionContainer.tsx @@ -13,7 +13,7 @@ export default function SectionContainer({ className, }: Props) { return ( -
+
{children}
); diff --git a/shipixen/layouts/PostLayout.tsx b/shipixen/layouts/PostLayout.tsx index 7c854b08..78ee0f5f 100644 --- a/shipixen/layouts/PostLayout.tsx +++ b/shipixen/layouts/PostLayout.tsx @@ -145,7 +145,7 @@ export default function PostLayout({ {prev && prev.path && (

- Previous Article + Previous Deal

{prev.title} @@ -155,7 +155,7 @@ export default function PostLayout({ {next && next.path && (

- Next Article + Next Deal

{next.title} @@ -171,7 +171,7 @@ export default function PostLayout({ className="text-primary-500 hover:text-primary-600 dark:hover:text-primary-400" aria-label="More deals" > - More deals → + More Deals →