@@ -56,9 +56,9 @@ <h4>Sectors</h4>
56
56
</ div >
57
57
58
58
< footer class ="card__controls ">
59
- < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> link </ i > </ a >
59
+ < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons " title =" Visit the website for this list " > launch </ i > </ a >
60
60
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
61
- < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons "> zoom_out_map </ i > </ a >
61
+ < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title =" More information about this list " > info_outline </ i > </ a >
62
62
</ footer >
63
63
</ article >
64
64
</ div >
@@ -115,9 +115,9 @@ <h4>Sectors</h4>
115
115
</ div >
116
116
117
117
< footer class ="card__controls ">
118
- < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> link </ i > </ a >
118
+ < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> launch </ i > </ a >
119
119
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
120
- < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons "> zoom_out_map </ i > </ a >
120
+ < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title =" More information about this list " > info_outline </ i > </ a >
121
121
</ footer >
122
122
</ article >
123
123
</ div >
@@ -174,9 +174,9 @@ <h4>Sectors</h4>
174
174
</ div >
175
175
176
176
< footer class ="card__controls ">
177
- < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> link </ i > </ a >
177
+ < a href ="{{ result.url }} " class ="button " target ="_blank "> < i class ="material-icons "> launch </ i > </ a >
178
178
< div class ="card__list-code "> < p > List Code < code > {{ result.code }}</ code > </ p > </ div >
179
- < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons "> zoom_out_map </ i > </ a >
179
+ < a href ="{% url "list " result.code %}" class="button "> < i class ="material-icons " title =" More information about this list " > info_outline </ i > </ a >
180
180
</ footer >
181
181
</ article >
182
182
</ div >
0 commit comments