Typography tweak to the ID on the overview page
This commit is contained in:
+4
-1
@@ -72,7 +72,10 @@ export default function Page() {
|
||||
<>
|
||||
<div className="flex items-baseline justify-between">
|
||||
<Title>Overview</Title>
|
||||
<Body className="text-slate-400">ID: {workflow.slug}</Body>
|
||||
<Body className="text-slate-400">
|
||||
<span className="text-xs tracking-wide text-slate-500">ID: </span>
|
||||
{workflow.slug}
|
||||
</Body>
|
||||
</div>
|
||||
{workflow.status !== "READY" && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user