mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: add space between location icon and text
This commit is contained in:
parent
924dba0ed6
commit
c5a57a9f94
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
<h3>{{model.title}}</h3>
|
||||
{{/if}}
|
||||
<h3>
|
||||
{{#if model.location}}{{fa-icon "map-marker"}}{{model.location}}{{/if}}
|
||||
{{#if model.location}}{{fa-icon "map-marker"}} {{model.location}}{{/if}}
|
||||
{{#if websiteName}}
|
||||
{{fa-icon "globe"}}
|
||||
{{#if linkWebsite}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue