Skip to content

Commit

Permalink
feat: #dev changed alt text in common logo component
Browse files Browse the repository at this point in the history
  • Loading branch information
pablitoo1 committed Jan 9, 2025
1 parent e1013e4 commit 138b596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/common/rag-2-logo.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Component, Input } from '@angular/core';
template: `
<img
ngSrc="images/rag-2.png"
alt="Logo"
alt="Logo RAG-2"
class="object-contain"
fill
[priority]="isPriority" />
Expand Down

0 comments on commit 138b596

Please sign in to comment.