From 35f004bac444032ffc4938a8d8bdeb515eb8daf3 Mon Sep 17 00:00:00 2001 From: isaaclombardssw Date: Tue, 8 Oct 2024 10:10:46 +1100 Subject: [PATCH 1/4] adding a new template for docs changes --- .github/ISSUE_TEMPLATE/docs-update.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs-update.md b/.github/ISSUE_TEMPLATE/docs-update.md index 4a117a8a3..f41d804c0 100644 --- a/.github/ISSUE_TEMPLATE/docs-update.md +++ b/.github/ISSUE_TEMPLATE/docs-update.md @@ -8,10 +8,10 @@ title: "📝 " ### 💫 Describe the Issue With the Current Docs - + ### 📝 Outline the Proposed Change - + 1. On page '...', ... is wrong/is unclear. ### 💼 Tasks @@ -22,7 +22,7 @@ title: "📝 " ### 📸 Screenshots - + Cc: From 5711bce7c445ced448685c90c7300eeeebf716df Mon Sep 17 00:00:00 2001 From: isaaclombardssw Date: Thu, 31 Oct 2024 10:59:21 +1100 Subject: [PATCH 2/4] fixing null value error --- components/blocks/Quote.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/blocks/Quote.tsx b/components/blocks/Quote.tsx index 72a6eefb1..f113256be 100644 --- a/components/blocks/Quote.tsx +++ b/components/blocks/Quote.tsx @@ -1,7 +1,7 @@ +import Image from 'next/image' import React from 'react' import { tinaField } from 'tinacms/dist/react' import { Container } from './Container' -import Image from 'next/image' export const QuoteBlock = ({ data, index }) => { return ( @@ -11,7 +11,7 @@ export const QuoteBlock = ({ data, index }) => {
- {data.title2} Date: Thu, 31 Oct 2024 11:14:17 +1100 Subject: [PATCH 3/4] Update docs-update.md --- .github/ISSUE_TEMPLATE/docs-update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs-update.md b/.github/ISSUE_TEMPLATE/docs-update.md index f41d804c0..1aa72dc3f 100644 --- a/.github/ISSUE_TEMPLATE/docs-update.md +++ b/.github/ISSUE_TEMPLATE/docs-update.md @@ -8,10 +8,10 @@ title: "📝 " ### 💫 Describe the Issue With the Current Docs - + ### 📝 Outline the Proposed Change - + 1. On page '...', ... is wrong/is unclear. ### 💼 Tasks From 2ef67c7f78f6c74c0c1b19c9b4a9bc87a36ca623 Mon Sep 17 00:00:00 2001 From: "Isaac Lombard [SSW]" <152236421+isaaclombardssw@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:14:45 +1100 Subject: [PATCH 4/4] Update docs-update.md --- .github/ISSUE_TEMPLATE/docs-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/docs-update.md b/.github/ISSUE_TEMPLATE/docs-update.md index 1aa72dc3f..4a117a8a3 100644 --- a/.github/ISSUE_TEMPLATE/docs-update.md +++ b/.github/ISSUE_TEMPLATE/docs-update.md @@ -22,7 +22,7 @@ title: "📝 " ### 📸 Screenshots - + Cc: