diff --git a/src/data/companies.json b/src/data/companies.json index b22f573..ee3cde4 100644 --- a/src/data/companies.json +++ b/src/data/companies.json @@ -1,37 +1,44 @@ [ { - "name": "CodeCrafters", - "url": "https://codecrafters.io/", - "background": "#0f192c", - "logo": "/images/companies/codecrafters.png", + "name": "Sentry", + "url": "https://blog.sentry.io/sentry-is-now-fair-source/", + "background": "#362d59", + "logo": "/images/companies/sentry.png", "adoption": "August 6, 2024" - }, + }, + { + "name": "Codecov", + "url": "https://about.codecov.io", + "background": "#ff0077", + "logo": "/images/companies/codecov.png", + "adoption": "August 6, 2024" + }, + { + "name": "GitButler", + "url": "https://blog.gitbutler.com/gitbutler-is-now-fair-source/", + "background": "#7aede6", + "logo": "/images/companies/gitbutler.png", + "adoption": "July 06, 2024" + }, { "name": "Keygen", - "url": "https://keygen.sh/", + "url": "https://keygen.sh/blog/keygen-is-now-fair-source/", "background": "#000811", "logo": "/images/companies/keygen.png", "adoption": "August 6, 2024" - }, + }, { "name": "PowerSync", - "url": "https://www.powersync.com/", + "url": "https://www.powersync.com/blog/powersync-supports-fair-source", "background": "", "logo": "/images/companies/powersync.png", "adoption": "August 6, 2024" }, { - "name": "Sentry", - "url": "https://sentry.io/welcome/", - "background": "#362d59", - "logo": "/images/companies/sentry.png", - "adoption": "August 6, 2024" - }, - { - "name": "Codecov", - "url": "https://about.codecov.io", - "background": "#ff0077", - "logo": "/images/companies/codecov.png", + "name": "CodeCrafters", + "url": "https://codecrafters.io/blog/fair-source", + "background": "#0f192c", + "logo": "/images/companies/codecrafters.png", "adoption": "August 6, 2024" } ] diff --git a/src/pages/companies.astro b/src/pages/companies.astro index ce8e3dc..348c577 100644 --- a/src/pages/companies.astro +++ b/src/pages/companies.astro @@ -8,7 +8,7 @@ import GeoLeft from '/images/background-images/geo-left.svg?raw'; import GeoRight from '/images/background-images/geo-right.svg?raw'; const seoMetaData = { - description: 'Read the announcements from companies that have adopted Fair Source.', + description: 'Read the announcements from companies that have joined Fair Source.', slug: 'companies/' }; --- @@ -19,7 +19,7 @@ const seoMetaData = {

Fair Source Companies

- Read in their own words what companies have to say about adopting Fair Source. + Read in their own words what companies have to say about joining Fair Source.