File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
apps/dashboard/src/app/(app) Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments