diff --git a/src/lib/listing/scroll-button/scroll-button.component.html b/src/lib/listing/scroll-button/scroll-button.component.html index 44bc640..2342463 100644 --- a/src/lib/listing/scroll-button/scroll-button.component.html +++ b/src/lib/listing/scroll-button/scroll-button.component.html @@ -1,7 +1,7 @@ - - diff --git a/src/lib/listing/scroll-button/scroll-button.component.ts b/src/lib/listing/scroll-button/scroll-button.component.ts index 9aed099..5b2a43d 100644 --- a/src/lib/listing/scroll-button/scroll-button.component.ts +++ b/src/lib/listing/scroll-button/scroll-button.component.ts @@ -64,6 +64,6 @@ export class ScrollButtonComponent implements OnInit { get helpModeKey (): string { const screen = window.location.href.includes('/dossiers/') ? 'documents' : 'dossiers'; - return `${screen}_scroll_up_and_down`; + return `${screen}`; } }