From dfdef74b215a7c16aab020adc7dcb69cff7a9cac Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 28 Nov 2023 20:58:03 -0500 Subject: [PATCH] add back payment link --- frontend/src/components/PicoBadge.tsx | 7 +++---- frontend/vite.config.ts | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/PicoBadge.tsx b/frontend/src/components/PicoBadge.tsx index 4e2d070..4c7b4c3 100644 --- a/frontend/src/components/PicoBadge.tsx +++ b/frontend/src/components/PicoBadge.tsx @@ -1,15 +1,14 @@ export function PicoBadge() { return ( <> - {/* +
- upgrade to business plan ($36/mo)
- export to react, vue, bootstrap and more. + buy 100 code generations for $36
-
*/} + { inject: { data: { injectHead: process.env.VITE_IS_DEPLOYED - ? '' + ? '' : "", }, },