From 6069db3480755f020187184b907fce3175fa5ebb Mon Sep 17 00:00:00 2001 From: Patrick Raedler Date: Mon, 23 Dec 2024 16:33:12 +0100 Subject: [PATCH 1/2] refactor(SponsorsTable): enable sponsors table, add current community sponsors --- components/Layout.tsx | 2 +- components/SponsorTable.tsx | 52 +++++++++++++++++++++++++++++++++++ public/kube-careers.png | Bin 0 -> 10381 bytes public/kube-careers.svg | 13 +++++++++ public/kube-events.png | Bin 0 -> 4558 bytes public/kube-events.svg | 11 ++++++++ public/the-red-code.png | Bin 0 -> 249692 bytes public/the-red-code_logo.png | Bin 206627 -> 0 bytes 8 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 public/kube-careers.png create mode 100644 public/kube-careers.svg create mode 100644 public/kube-events.png create mode 100644 public/kube-events.svg create mode 100644 public/the-red-code.png delete mode 100644 public/the-red-code_logo.png diff --git a/components/Layout.tsx b/components/Layout.tsx index c78501f..f478086 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -103,7 +103,7 @@ export default function Layout({
{children}
- {/* */} +