diff --git a/site/src/app/AppBlock.tsx b/site/src/app/AppBlock.tsx index 1c99c5e..432e7b3 100644 --- a/site/src/app/AppBlock.tsx +++ b/site/src/app/AppBlock.tsx @@ -27,44 +27,51 @@ function AppBlock({ app, setShowingAppId }: Props): JSX.Element { return (
  • -
    -
    -
    -

    {app.title ?? app.name}

    - - - +
    + + +
    +
    +
    +
    + +

    {app.title ?? app.name}

    +
    + + + +
    + +
    + {app.owner.isPartner && ( + + )} + +
    -
    - {app.owner.isPartner && ( - +
    +

    + {app.owner.name} +

    + + {app.owner.urls.email && ( + + + )} -
    - -
    -

    - {app.owner.name} -

    - - {app.owner.urls.email && ( - - - - )} -