Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ <h5 class="text-uppercase">Footer Content</h5>
</ul>
</div>
<div class="footer-sign">
<p class="theme-by">{{ 'footer.theme.by.message' | translate }}</p>
<a class="dtq-sign text-white" *ngVar="(themedByCompanyName$ | async)?.payload?.values[0] as companyName"
[href]="(themedByUrl$ | async)?.payload?.values[0]"
[title]="companyName">
Expand Down
2 changes: 0 additions & 2 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1730,8 +1730,6 @@

"footer.link.university": "University Library",

"footer.theme.by.message": "Theme by",

"forgot-email.form.header": "Forgot Password",

"forgot-email.form.info": "Enter the email address associated with the account.",
Expand Down
Loading