Fixing map-marker FontAwesome typo

The correct icon is map-marker, not map-maker.
This commit is contained in:
Michael Downey 2015-05-04 15:53:10 -04:00
parent 963ebf5963
commit 41a0b16cc6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<h3>{{title}}</h3> <h3>{{title}}</h3>
{{/if}} {{/if}}
<h3> <h3>
{{#if location}}{{fa-icon "map-maker"}}{{location}}{{/if}} {{#if location}}{{fa-icon "map-marker"}}{{location}}{{/if}}
{{#if websiteName}} {{#if websiteName}}
{{fa-icon "globe"}} {{fa-icon "globe"}}
{{#if linkWebsite}} {{#if linkWebsite}}