Merge pull request #35 from youssefm/patch-1
Fix template text in ts-tailwindcss
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user