Skip to content

Commit 04f8269

Browse files

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/[project_slug]/contracts/_components/GetStartedWithContractsDeploy.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const DeployOptions = () => {
108108
/>
109109

110110
<button
111-
className="mt-3 flex cursor-pointer items-center gap-2 rounded-lg border border-border bg-muted/50 p-4 hover:bg-muted"
111+
className="mt-3 flex w-full cursor-pointer items-center gap-2 rounded-lg border border-border bg-muted/50 p-4 hover:bg-muted"
112112
type="button"
113113
onClick={() => {
114114
activeTabContent.onClick?.();
@@ -136,7 +136,9 @@ const DeployOptions = () => {
136136
}`}
137137
/>
138138
<div>
139-
<h4 className="font-semibold text-lg">{activeTabContent.title}</h4>
139+
<h4 className="text-start font-semibold text-lg">
140+
{activeTabContent.title}
141+
</h4>
140142
<p className="text-muted-foreground text-sm">
141143
{activeTabContent.description}
142144
</p>

0 commit comments

Comments
 (0)