Skip to content

Commit

Permalink
Use ngsrc everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jun 4, 2024
1 parent 144e9af commit b394bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h3 class="mb-6 text-sm font-semibold text-gray-900 uppercase dark:text-white">{
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8">
<div class="text-center">
<a href="#" class="flex items-center justify-center mb-5 text-2xl font-semibold text-gray-900 dark:text-white">
<img src="/assets/img/logo.png" class="h-6 mr-3 sm:h-9" [alt]="'logo.alt' | transloco"/>
<img ngSrc="/assets/img/logo.png" class="h-6 mr-3 sm:h-9 w-auto" [alt]="'logo.alt' | transloco" height="455" width="393"/>
{{'app_title' | transloco}}
</a>
<span class="block text-sm text-center text-gray-500 dark:text-gray-400 built-with">
Expand Down

0 comments on commit b394bbc

Please sign in to comment.