diff --git a/app/index.html b/app/index.html index 108249d..c6f83f3 100644 --- a/app/index.html +++ b/app/index.html @@ -8,7 +8,7 @@ Melt - + diff --git a/app/src/components/Onboarding.jsx b/app/src/components/Onboarding.jsx index 3dac0d7..6b71f91 100644 --- a/app/src/components/Onboarding.jsx +++ b/app/src/components/Onboarding.jsx @@ -23,7 +23,7 @@ export default function ({ setName }) { } return ( -
+
+ {/* Overengineered buttons styles is just fun. Some of this should probably be done in CSS or added Tailwind CSS utilitties. Follows Material You Filled Button specification*/} + } + /> + {/*
*/} + {/*

Welcome {app.name}

*/} + {/* Invite */} + {/*
*/} + +
+
    + + {() => ( +
  1. + + C + +
    +

    + Headline +

    +

    + Supporting text that is long enough to fill up multiple + lines + {/* Supporting text */} +

    +
    +

    + Now +

    +
  2. + )} +
    +
+
);