It is so easy to do that. aria-hidden="true"
will solve your problem.
The only thing you have to do is just changing this:
<i class="fa fa-fw fa-cloud"></i>
to this:
<i class="fa fa-fw fa-cloud" aria-hidden="true"></i>
It is so easy to do that. aria-hidden="true"
will solve your problem.
The only thing you have to do is just changing this:
<i class="fa fa-fw fa-cloud"></i>
to this:
<i class="fa fa-fw fa-cloud" aria-hidden="true"></i>