Add tailwind plugin for prettier (#592)
This commit is contained in:
@@ -2,9 +2,9 @@ import { Button } from "@/components/ui/button";
|
||||
|
||||
function WorkflowsBetaAlertCard() {
|
||||
return (
|
||||
<div className="shadow rounded-lg bg-slate-900 flex flex-col items-center p-4">
|
||||
<div className="flex flex-col items-center rounded-lg bg-slate-900 p-4 shadow">
|
||||
<header>
|
||||
<h1 className="text-3xl py-4">Workflows (Beta)</h1>
|
||||
<h1 className="py-4 text-3xl">Workflows (Beta)</h1>
|
||||
</header>
|
||||
<div>Workflows through UI are currently under construction.</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user