Skip to content

Commit

Permalink
remove link icon from local law name
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Jul 27, 2023
1 parent d2e9aa3 commit 3473481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/map-popup-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ul class="popup-list no-bullet no-margin">
{{#each this.streetNameChanges as |nameChange|}}
<li class="popup-button clearfix">
<strong class="link-name float-left"><FaIcon @icon="external-link-alt" />{{nameChange.properties.honor_name}}</strong>
<strong class="float-left">{{nameChange.properties.honor_name}}</strong>
<span class="date float-right">{{nameChange.properties.lleffectdt}}</span>
</li>
{{/each}}
Expand Down

0 comments on commit 3473481

Please sign in to comment.