diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 6b4d2ba5c..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,40 +0,0 @@ - - - - - -**What kind of change does this PR introduce?** - - - -**Issue Number:** - -- Closes #___ -- Related to #___ -- Others? - - -**Screenshots/videos:** - - - -**If relevant, did you update the documentation?** - - - -**Summary** - - - - -**Does this PR introduce a breaking change?** - - - -# Checklist - -Please ensure the following tasks are completed before submitting this pull request. - -- [ ] Read, understood, and followed the [contributing guidelines](https://github.com/json-schema-org/website/blob/main/CONTRIBUTING.md). \ No newline at end of file diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 098f44bef..c877f5b80 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -521,7 +521,13 @@ const Home = (props: any) => { Upcoming events
- ))} + )); + })()} @@ -930,3 +937,4 @@ for Accounting integrations' export default Home; Home.getLayout = (page: React.ReactNode) => getLayout(page); +