You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/06/28 19:08:48 UTC

[incubator-streampipes] 01/02: [hotfix] Fix logo in standalone dashboard component

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 0a7bc9fa4d804654e5bf3e378911ba7ed6ad6b00
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Tue Jun 28 21:07:11 2022 +0200

    [hotfix] Fix logo in standalone dashboard component
---
 .../components/standalone/standalone-dashboard.component.html         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/app/dashboard/components/standalone/standalone-dashboard.component.html b/ui/src/app/dashboard/components/standalone/standalone-dashboard.component.html
index a5e783281..1103c2b9d 100644
--- a/ui/src/app/dashboard/components/standalone/standalone-dashboard.component.html
+++ b/ui/src/app/dashboard/components/standalone/standalone-dashboard.component.html
@@ -17,5 +17,5 @@
 <div fxFlex="100" class="panel">
 <dashboard-grid [editMode]="false" [dashboard]="dashboard"
                 class="h-100" *ngIf="dashboardReady"></dashboard-grid>
-    <img src="/assets/img/favicon/apple-touch-icon-76x76.png" class="icon-overlay">
-</div>
\ No newline at end of file
+    <img src="/assets/img/favicon/favicon-96x96.png" class="icon-overlay">
+</div>