Merge pull request #32 from danielo515/patch-1

Update App.tsx on windi css template
This commit is contained in:
Alexandre
2022-02-20 10:26:27 +01: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 tailwind!</p>
<p class="text-4xl text-green-700 text-center py-20">Hello wini-css!</p>
);
};