Skip to content

Commit e8fb769

Browse files
Andrea BarbassoFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2752 (pull request DSpace#4269)
[DSC-2752] fix a2a not showing Approved-by: Francesco Molinaro
2 parents cf3b446 + 22d3ee2 commit e8fb769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/social/social.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="a2a" [class.d-none]="(showOnCurrentRoute$ | async) !== true" data-a2a-scroll-show="0,60"
1+
<div id="dspace-a2a" [class.d-none]="(showOnCurrentRoute$ | async) !== true" data-a2a-scroll-show="0,60"
22
class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_default_style" [attr.data-a2a-title]="title" [attr.data-a2a-url]="url">
33
@for (button of buttonList; track button) {
44
<a [class]="'a2a_button_' + button" [class.a2a_counter]="showCounters && button !== 'facebook'"></a>

src/app/social/social.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
::ng-deep {
2-
div#a2a {
2+
div#dspace-a2a {
33
bottom: 0;
44
right: 0;
55
z-index: 998;

0 commit comments

Comments
 (0)