Skip to content

Commit 488db0b

Browse files
committed
ui tweaks
1 parent 871cea4 commit 488db0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/dashboard/src/app/(app)/account/contracts/DeployedContractsPageHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function DeployedContractsPageHeader(props: {
2828
type="contract"
2929
/>
3030

31-
<div className="container flex max-w-7xl flex-col gap-3 pt-10 pb-5 lg:flex-row lg:items-center lg:justify-between">
31+
<div className="container flex max-w-7xl flex-col gap-3 pt-6 pb-5 lg:flex-row lg:items-center lg:justify-between">
3232
<div>
3333
<h1 className="mb-1 font-semibold text-2xl tracking-tight lg:text-3xl">
3434
Contracts

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function TransactionsLayout(props: {
4747
href={`${NEXT_PUBLIC_ENGINE_CLOUD_URL}/reference`} // TODO: change this
4848
target="_blank"
4949
rel="noopener noreferrer"
50-
className="max-w-full truncate py-1 text-muted-foreground text-sm hover:text-foreground"
50+
className="max-w-full truncate text-muted-foreground text-sm hover:text-foreground"
5151
>
5252
{NEXT_PUBLIC_ENGINE_CLOUD_URL}
5353
</Link>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default async function Layout(props: {
2424
<div className="flex grow flex-col">
2525
<div className="pt-4 lg:pt-6">
2626
<div className="container max-w-7xl">
27-
<h1 className="mb-1 font-semibold text-2xl tracking-tight lg:mb-2 lg:text-3xl">
27+
<h1 className="mb-1 font-semibold text-2xl tracking-tight lg:text-3xl">
2828
Universal Bridge
2929
</h1>
3030
<p className="max-w-3xl text-muted-foreground text-sm leading-relaxed">

0 commit comments

Comments
 (0)