Skip to content

Commit 5adfc09

Browse files
fix(misc): add missing alt text to files-readme logo (#14446)
1 parent cb122e8 commit 5adfc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/workspace/src/generators/new/files-readme/README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <%= formattedNames.className %>
22

3-
<a href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>
3+
<a alt="Nx logo" href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>
44

55
✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨<% if (!!appName) { %>
66

0 commit comments

Comments
 (0)