Skip to content

Commit f4a2ffd

Browse files
committed
fix(docs-service): correct the info icon in the navbar
1 parent 47159f4 commit f4a2ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/components/topnav.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
href={{this.docs.docsEndpoint}}
9696
target="_blank"
9797
>
98-
<FaIcon @icon="book" />
98+
<FaIcon @icon="info-circle" @prefix="fa" />
9999
Docs
100100
</Topnav::LinkTo>
101101
</Topnav::ListItem>

0 commit comments

Comments
 (0)