diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss index 7a1af42bfc..745966c825 100644 --- a/src/app/footer/footer.component.scss +++ b/src/app/footer/footer.component.scss @@ -23,16 +23,21 @@ .bottom-footer { .notify-enabled { - .coar-notify-support-route{ + position: absolute; + bottom: 7px; + right: 0; + + .coar-notify-support-route { padding: 0 calc(var(--bs-spacer) / 2); - color: inherit + color: inherit; } - .n-coar{ + + .n-coar { height: var(--ds-footer-n-coar-height); - margin-bottom: 7px; + margin-bottom: 8.5px; } + margin-top: 15px; - margin-left: 50px; } ul { li { diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 9cd1519363..096e91bb12 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1897,7 +1897,7 @@ "info.coar-notify-support.title":"Notify Support", - "info.coar-notify-support": "Notify Support", + "info.coar-notify.breadcrumbs": "Notify Support", "info.feedback.head": "Feedback",