Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(apps/web): Shorten breadcrumbs application address. Reduce right…
Browse files Browse the repository at this point in the history
… margin to save some real estate.
nevendyulgerov committed Jan 26, 2025
1 parent 29a1bd4 commit e9753c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/web/src/app/applications/[address]/inputs/page.tsx
Original file line number Diff line number Diff line change
@@ -68,11 +68,14 @@ const ApplicationInputsPage: FC<ApplicationInputsPageProps> = async (props) => {
<Address
value={params.address as AddressType}
href={`/applications/${params.address}`}
shorten
icon
mr={-8}
/>
<Text>Inputs</Text>
</Breadcrumbs>

<PageTitle title="Inputs" Icon={TbInbox} />
<PageTitle title="Application Inputs" Icon={TbInbox} />
<Inputs applicationId={params.address} />
</Stack>
);

0 comments on commit e9753c9

Please sign in to comment.