From 799966d83dcd41baa0b2bfee5dbbd7baae703be8 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Fri, 3 Apr 2026 12:09:41 +0100 Subject: [PATCH 1/3] Add volta config for ease of changing node and yarn versions --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fa4d1326..dee69cf9e 100644 --- a/package.json +++ b/package.json @@ -113,5 +113,9 @@ "istanbul" ] }, - "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb" + "packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb", + "volta": { + "node": "20.9.0", + "yarn": "4.4.0" + } } From a4d64c187739a9e937465688f34f5c91c29343b5 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Fri, 3 Apr 2026 12:10:01 +0100 Subject: [PATCH 2/3] Add legasset logos to homepage --- pages/index.page.tsx | 9 +++++++++ public/img/logos/sponsors/legasset-logo-dark.svg | 1 + public/img/logos/sponsors/legasset-logo.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 public/img/logos/sponsors/legasset-logo-dark.svg create mode 100644 public/img/logos/sponsors/legasset-logo.svg diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 6761137ab..0638719e5 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -127,6 +127,7 @@ const Home = (props: any) => { litslink: '/img/logos/sponsors/litslink_dark.svg', spinthewheel: '/img/logos/sponsors/spinthewheel.svg', timenow: '/img/logos/sponsors/time_now_dark.svg', + legasset: '/img/logos/sponsors/legasset-logo.svg', }, lightLogos: { asyncapi: '/img/logos/sponsors/asyncapi-logo-dark.svg', @@ -155,6 +156,7 @@ const Home = (props: any) => { spinthewheel: '/img/logos/sponsors/spinthewheel.svg', litslink: '/img/logos/sponsors/litslink_white.svg', timenow: '/img/logos/sponsors/time_now_white.svg', + legasset: '/img/logos/sponsors/legasset-logo-dark.svg', }, }; @@ -967,6 +969,13 @@ for Accounting integrations' alt='Time Now logo' /> + + legasset logo + \ No newline at end of file diff --git a/public/img/logos/sponsors/legasset-logo.svg b/public/img/logos/sponsors/legasset-logo.svg new file mode 100644 index 000000000..6b1c2d806 --- /dev/null +++ b/public/img/logos/sponsors/legasset-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From 8e0193714cdc22b8e18b82edd4a460f91833b270 Mon Sep 17 00:00:00 2001 From: Ben Hutton Date: Sat, 4 Apr 2026 08:35:44 +0100 Subject: [PATCH 3/3] Fix formatting --- pages/index.page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 0638719e5..9edc667c6 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -35,11 +35,7 @@ export const getStaticProps: GetStaticProps = async () => { 'utf-8', ); const { data: frontmatter, content } = matter(fullFileName); - return { - slug, - frontmatter, - content, - }; + return { slug, frontmatter, content }; }) .sort( (a, b) => @@ -52,13 +48,7 @@ export const getStaticProps: GetStaticProps = async () => { const datesInfo = await fetchRemoteICalFile(remoteICalUrl) .then((icalData: any) => printEventsForNextWeeks(ical.parseICS(icalData))) .catch((error) => console.error('Error:', error)); - return { - props: { - blogPosts, - datesInfo, - fallback: false, - }, - }; + return { props: { blogPosts, datesInfo, fallback: false } }; }; export function AlgoliaSearch() { @@ -969,7 +959,11 @@ for Accounting integrations' alt='Time Now logo' /> - +