Merge pull request #35 from youssefm/patch-1

Fix template text in ts-tailwindcss
This commit is contained in:
Ryan Carniato
2022-03-10 01:11:19 -08:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@ import type { Component } from 'solid-js';
const App: Component = () => {
return (
<p class="text-4xl text-green-700 text-center py-20">Hello wini-css!</p>
<p class="text-4xl text-green-700 text-center py-20">Hello tailwind!</p>
);
};