Skip to content

Commit

Permalink
Update footer.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Feb 4, 2022
1 parent 4d857d9 commit b8fe2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/Views/partials/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a onclick="showLicense()" style="padding-bottom: 10px" title="<%= __("common.footer.copyright.title.0") %>" id="licenseNotice" class="has-text-white" target="_blank" rel="noopener"><%- __("common.footer.copyright", { currentYear: new Date().getFullYear(), names: "Carolina Mitchell-Acason, John Burke, Advaith Jagathesan;" }) %></a>
<!-- END -->
<div id="generalLicenseInfo" style="display: none;">
<%= __("common.footer.trademark") %>
<%= __("common.footer.trademark", { name: "Carolina Mitchell-Acason" }) %>
<br />
<%= __("common.footer.discordDisclaimer") %>
</div>
Expand Down

0 comments on commit b8fe2b8

Please sign in to comment.