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 = {