Skip to content

Commit

Permalink
feat: add sovity box to dashboard
Browse files Browse the repository at this point in the history
page component
  • Loading branch information
illfixit committed Nov 6, 2023
1 parent 67360f4 commit 0311cc8
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,36 @@
</ul>
</div>
</mat-card>
<mat-card *ngIf="'open-source-marketing' | isActiveFeature">
<mat-card-title
><span class="flex flex-row items-center"
>Provided by
<img
class="h-6 ml-2"
src="/assets/images/sovity_logo.svg"
alt="sovity logo" /></span
></mat-card-title>
<div class="flex flex-row h-fit">
<div>
<p class="text-justify mx-2">
This Basic version is provided by sovity to enable your first steps
in Mobility Data Space.
</p>
<p class="text-justify mx-2">
Please contact us in case you would like to use additional features
and advanced services.
</p>
</div>
</div>
<div class="flex flex-row !space-x-[10px]">
<a
color="secondary"
href="https://sovity.de/en/contact/"
mat-stroked-button
target="_blank">
Contact us
</a>
</div>
</mat-card>
</div>
</div>

0 comments on commit 0311cc8

Please sign in to comment.