15 lines
393 B
HTML
15 lines
393 B
HTML
<div class="p-3">
|
|
<div class="d-flex justify-content-center mb-1">
|
|
<gf-logo size="large" [showLabel]="false"></gf-logo>
|
|
</div>
|
|
<a
|
|
class="align-items-center justify-content-center"
|
|
color="primary"
|
|
mat-button
|
|
[queryParams]="{ createDialog: true }"
|
|
[routerLink]="['/portfolio', 'activities']"
|
|
>
|
|
<span i18n>Time to add your first activity.</span>
|
|
</a>
|
|
</div>
|