1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Formatting.

This commit is contained in:
mike12345567 2021-05-13 12:32:18 +01:00
parent 799b3fc138
commit 71b0fc8f40
2 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,8 @@
<div class="title"> <div class="title">
<Link href={$url(`../../app/${app._id}`)}> <Link href={$url(`../../app/${app._id}`)}>
<Heading size="XS"> <Heading size="XS">
{app._id} {app.name} {app._id}
{app.name}
</Heading> </Heading>
</Link> </Link>
<ActionMenu align="right"> <ActionMenu align="right">