File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
apps/dashboard/src/app/(app) Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
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