From 231c3e218d133ac0293fd1dcf4c459732d8f8327 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sun, 6 Oct 2024 22:15:11 -0700 Subject: [PATCH] Updating support page. --- src/app/(extra)/support/page.jsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/(extra)/support/page.jsx b/src/app/(extra)/support/page.jsx index 437ee20..d99b5c2 100644 --- a/src/app/(extra)/support/page.jsx +++ b/src/app/(extra)/support/page.jsx @@ -5,14 +5,14 @@ import { BookOpenIcon, BanknotesIcon, StarIcon } from '@heroicons/react/24/outli const features = [ - { - name: 'The Reactors Premium Subscription', - link: 'https://thereactshow.supercast.com/', - description: - 'Your own premium podcast feed with: bonus content, early releases, AMA. The BEST way to support the show!', - icon: StarIcon, - highlight: true - }, + // { + // name: 'The Reactors Premium Subscription', + // link: 'https://thereactshow.supercast.com/', + // description: + // 'Your own premium podcast feed with: bonus content, early releases, AMA. The BEST way to support the show!', + // icon: StarIcon, + // highlight: true + // }, { name: 'My Book', link: '/book', @@ -20,13 +20,13 @@ const features = [ 'Foundations of High-Performance React is my take on breaking down how React works internally to help you build better React applications.', icon: BookOpenIcon, }, - { - name: 'Discord Server', - link: 'https://discord.gg/zXYggKUBC2', - description: - 'Connect with the community for free on our Discord Server! Ask questions or just hang out!', - icon: StarIcon - }, + // { + // name: 'Discord Server', + // link: 'https://discord.gg/zXYggKUBC2', + // description: + // 'Connect with the community for free on our Discord Server! Ask questions or just hang out!', + // icon: StarIcon + // }, { name: 'Tip!', link: 'https://buy.stripe.com/cN25nl5x2fZO4M0cMN',