Skip to content

Commit aad31d2

Browse files
MananTankjnsdls
authored andcommitted
ui tweaks
1 parent a3d336c commit aad31d2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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
@@ -27,7 +27,7 @@ export function DeployedContractsPageHeader(props: {
2727
type="contract"
2828
/>
2929

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ function TransactionsLayout(props: {
4444
</h1>
4545
<div className="flex items-center gap-2">
4646
<Link
47-
className="max-w-full truncate py-1 text-muted-foreground text-sm hover:text-foreground"
47+
className="max-w-full truncate text-muted-foreground text-sm hover:text-foreground" // TODO: change this
4848
href={`${NEXT_PUBLIC_ENGINE_CLOUD_URL}/reference`}
4949
rel="noopener noreferrer"
50+
target="_blank"
5051
>
5152
{NEXT_PUBLIC_ENGINE_CLOUD_URL}
5253
</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)