Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Movanna committed Jan 25, 2024
1 parent d644358 commit d37f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<div class="text-content">
<div class="site-presentation">
<div class="markdown" [innerHTML]="(descriptionText$ | async) | trustHtml"></div>"></div>
<div class="markdown" [innerHTML]="(descriptionText$ | async) | trustHtml"></div>
</div>

<div *ngIf="showSearchbar" class="search-bar-wrapper">
Expand Down

0 comments on commit d37f587

Please sign in to comment.