Skip to content

Commit

Permalink
Update footer.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Sep 23, 2023
1 parent 49a7b50 commit 08755b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
</div>
<div style="padding: 1.25rem;" id="siteFooter" class="has-text-centered has-background-black">
<!-- This is a license notice, removing or modifying this is a breach of the DEL Open Source license. -->
<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>
<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, John Burke, Advaith Jagathesan;" }) %></a>
<!-- END -->
<div id="generalLicenseInfo" style="display: none;">
<%= __("common.footer.trademark", { name: "Carolina Mitchell-Acason" }) %>
<%= __("common.footer.trademark", { name: "Carolina" }) %>
<br />
<%= __("common.footer.discordDisclaimer") %>
</div>
Expand Down

0 comments on commit 08755b4

Please sign in to comment.