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" + } } diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 6761137ab..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() { @@ -127,6 +117,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 +146,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 +959,17 @@ 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