From b3ca233580caea0b6d779566806a941774ed9eed Mon Sep 17 00:00:00 2001 From: Richard Unterberg Date: Sat, 20 Jul 2024 13:19:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20portal=20content=20visual=20refi?= =?UTF-8?q?nements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/TonePortalContent.tsx | 19 ++++++++++++------- lib/constants.ts | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/components/TonePortalContent.tsx b/components/TonePortalContent.tsx index 210187e..613bf94 100644 --- a/components/TonePortalContent.tsx +++ b/components/TonePortalContent.tsx @@ -5,15 +5,20 @@ import { APP_CONFIG } from '#lib/constants' const TonePortalContent = ({ handleClick }: { handleClick: () => void }) => (
-
🚂🚃
+
🚂🚃
STATETRAIN -

{APP_CONFIG.description}

- -
- * unlocks tone.js context for all following pages / components -
+

+ This button unlocks tone.js context for all following pages / components +

) diff --git a/lib/constants.ts b/lib/constants.ts index 1681cd9..6a534a7 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -6,7 +6,7 @@ export const APP_CONFIG = { import.meta.env.PROD ? 'https://richard-unterberg.github.io' : 'http://localhost:5247' }${import.meta.env.BASE_URL.slice(0, -1)}`, description: - 'Gain control of the tone.js transport in a modern routable typescript-react environment. 🚂🚃', + 'Gain control of the tone.js transport in a modern routable typescript-react environment.', } export const TRANSPORT_CONFIG: TransportConfigType = {