Skip to content

Commit d7716f6

Browse files
MatusBekeclaude
andauthored
TUL/Reduce the footer vendor credit to the company name (#1466)
The footer credit read "Theme by" stacked above "+ dataquest". Drop the wording and leave the company name on its own. The wording was hard-coded in the template here, not translated, so there is no i18n key to remove. The .theme-by SCSS rule is deleted along with the element it styled. Refs dataquest-dev/dspace-customers#592 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent ffd5bec commit d7716f6

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/app/footer/footer.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ <h5 class="text-uppercase">Footer Content</h5>
9090
</ul>
9191
</div>
9292
<div class="footer-sign">
93-
<p class="theme-by">Theme by</p>
9493
<a class="dtq-sign text-white"
9594
[href]="(themedByUrl$ | async)?.payload?.values[0]"
9695
[title]="(themedByCompanyName$ | async)?.payload?.values[0]">

src/app/footer/footer.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
}
4343
}
4444
}
45-
.theme-by {
46-
padding-top: 4px;
47-
font-size: 12px !important;
48-
}
4945
}
5046

5147

0 commit comments

Comments
 (0)