Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 25148e2

Browse files
committed
Fixed copyright icon not showing on footer
1 parent 11b9ec9 commit 25148e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/templates/main.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
{{! TODO: Incorporate <div> into the conditional instead of always displaying it }}
121121
<div>
122122
{{#if credits}}<span>{{{credits}}}</span>{{/if}}
123-
{{#if copyright}}<span>{{{copyrightico}}}{{{copyright}}}</span>{{/if}}
123+
{{#if copyrightico}}<span><img src={{{copyrightico.src}}} alt={{{copyrightico.alt}}} ></span>{{/if}}{{#if copyright}}<span>{{{copyright}}}</span>{{/if}}
124124
</div>
125125
{{#if credits}}<div>{{{poweredbyico}}}</div>{{/if}}
126126
</div>

0 commit comments

Comments
 (0)