Skip to content

Commit

Permalink
add another item to subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Braimllari committed Dec 7, 2024
1 parent 63fbdae commit 1ac4590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/dashboard/dashboard.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}

.dashboard-premium-card-choose-marking {
padding-bottom: 7.4rem;
padding-bottom: 4.85rem;
}

.contact-us-button {
Expand Down
8 changes: 7 additions & 1 deletion src/app/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,18 @@ <h2 class="my-0 fw-normal text-center">Penda e Artë</h2>
stilistike dhe gramatikore nëpërmjet
Inteligjencës Artificiale
</li>
<li class="dashboard-premium-card-choose-marking">
<li class="li-premium-content-inside">
<i
class="bi bi-check-lg dashboard-premium-card-checkmark"
></i
>zgjidh çfarë lloj shenjimesh doni të shihni
</li>
<li class="dashboard-premium-card-choose-marking">
<i
class="bi bi-check-lg dashboard-premium-card-checkmark"
></i
>ngarkim dokumenti
</li>
</ul>
@if (!(authenticationService.isSubscribed() | async)) {
<div class="text-center">
Expand Down

0 comments on commit 1ac4590

Please sign in to comment.