Skip to content

Commit 8241f99

Browse files
timdeschryverbrandonroberts
authored andcommitted
fix(docs-infra): Images must have alternate text
1 parent 32256de commit 8241f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngrx.io/content/marketing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<header>
2-
<img src="assets/images/badge.svg"/>
2+
<img src="assets/images/badge.svg" alt="ngrx-logo" title="ngrx-logo"/>
33
<div class="title no-toc">NgRx</div>
44
<div class="subtitle no-toc">Reactive State for Angular</div>
55
<a class="cta mat-raised-button mat-accent" href="guide/store">

0 commit comments

Comments
 (0)