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

Enable Nextcloud icon again

parent 3001d9d6
No related branches found
No related tags found
No related merge requests found
...@@ -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.
Finish editing this message first!
Please register or to comment