From 16706f7f493443b6f7b3f56ce47a2cc0d0378d66 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 2 May 2024 18:42:54 +0200 Subject: [PATCH] chore: Remove sponsor link from homepage (#9226) --- docs/src/pages/index.tsx | 9 --------- docs/tailwind.config.js | 2 -- 2 files changed, 11 deletions(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 388095ebb0..f864c07633 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -33,15 +33,6 @@ function HomepageHeader() { > Demo portal - - - Sponsor - screenshots
diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js index 9acae30e48..26c3e43a1f 100644 --- a/docs/tailwind.config.js +++ b/docs/tailwind.config.js @@ -20,8 +20,6 @@ module.exports = { 'immich-dark-bg': 'black', 'immich-dark-fg': '#e5e7eb', 'immich-dark-gray': '#212121', - - 'immich-sponsor': '#db61a2', }, fontFamily: { 'immich-title': ['Snowburst One', 'cursive'],