Skip to content
Snippets Groups Projects
Unverified Commit cd35457e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Enable Nextcloud icon again

parent 993daf12
No related branches found
No related tags found
No related merge requests found
Pipeline #44603 passed
...@@ -1433,7 +1433,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -1433,7 +1433,7 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
<link rel="stylesheet" href="${tabulatorCss}"> <link rel="stylesheet" href="${tabulatorCss}">
<div class="nextcloud-intro ${classMap({hidden: this.isPickerActive})}"> <div class="nextcloud-intro ${classMap({hidden: this.isPickerActive})}">
<div class="nextcloud-logo ${classMap({"nextcloud-logo-sm": this.isPickerActive})}"> <div class="nextcloud-logo ${classMap({"nextcloud-logo-sm": this.isPickerActive})}">
<dbp-icon name="nextcloudX" class="nextcloud-logo-icon"></dbp-icon> <dbp-icon name="nextcloud" class="nextcloud-logo-icon"></dbp-icon>
</div> </div>
<div class="block text-center ${classMap({hidden: this.isPickerActive})}"> <div class="block text-center ${classMap({hidden: this.isPickerActive})}">
<h2 class="m-inherit"> <h2 class="m-inherit">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment