diff --git a/ts-tailwindcss/src/App.tsx b/ts-tailwindcss/src/App.tsx index 6693a94..3dc0af3 100644 --- a/ts-tailwindcss/src/App.tsx +++ b/ts-tailwindcss/src/App.tsx @@ -2,7 +2,7 @@ import type { Component } from 'solid-js'; const App: Component = () => { return ( -

Hello wini-css!

+

Hello tailwind!

); };