Merge pull request #3430 from downeym/master
Fixing map-marker FontAwesome typo
This commit is contained in:
commit
a2d8cd501c
|
@ -67,7 +67,7 @@
|
|||
<h3>{{title}}</h3>
|
||||
{{/if}}
|
||||
<h3>
|
||||
{{#if location}}{{fa-icon "map-maker"}}{{location}}{{/if}}
|
||||
{{#if location}}{{fa-icon "map-marker"}}{{location}}{{/if}}
|
||||
{{#if websiteName}}
|
||||
{{fa-icon "globe"}}
|
||||
{{#if linkWebsite}}
|
||||
|
|
Loading…
Reference in New Issue