diff --git a/public/img/conf/Sponsors/Tyk.svg b/public/img/conf/Sponsors/Tyk.svg new file mode 100644 index 0000000000..5d9487148a --- /dev/null +++ b/public/img/conf/Sponsors/Tyk.svg @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index e21f3d9f29..756dda1f68 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -2,6 +2,7 @@ import Stellate from "public/img/conf/Sponsors/Stellate.svg" import Hasura from "public/img/conf/Sponsors/Hasura.svg" import TheGuild from "public/img/conf/Sponsors/TheGuild.svg" import Apollo from "public/img/conf/Sponsors/Apollo.svg" +import Tyk from "public/img/conf/Sponsors/Tyk.svg" import { clsx } from "clsx" import NextImage from "next-image-export-optimizer" @@ -25,6 +26,7 @@ const sponsorGold: Image[] = [ const sponsorSilver: Image[] = [ { icon: Stellate, name: "Stellate", link: "https://stellate.co" }, + { icon: Tyk, name: "Tyk", link: "https://tyk.io/" }, ] const workshopDaySponsors: Image[] = []