From 15c03b9e4d5730a7d250e616b49e7ceebc0afddb Mon Sep 17 00:00:00 2001 From: Mononaut Date: Sat, 21 Jun 2025 00:53:20 +0000 Subject: [PATCH] add logo to sp widget --- .../custom-dashboard.component.html | 5 ++++- .../simpleproof-cubo-widget.component.html | 5 ++++- frontend/src/resources/cubo.svg | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 frontend/src/resources/cubo.svg diff --git a/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html b/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html index 4a50a893c..0027237eb 100644 --- a/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html +++ b/frontend/src/app/components/custom-dashboard/custom-dashboard.component.html @@ -326,7 +326,10 @@
-
{{ widget.props?.label }}
+
+ + {{ widget.props?.label }} +
 
diff --git a/frontend/src/app/components/simpleproof-widget/simpleproof-cubo-widget.component.html b/frontend/src/app/components/simpleproof-widget/simpleproof-cubo-widget.component.html index 71c7624db..0139fc41e 100644 --- a/frontend/src/app/components/simpleproof-widget/simpleproof-cubo-widget.component.html +++ b/frontend/src/app/components/simpleproof-widget/simpleproof-cubo-widget.component.html @@ -1,6 +1,9 @@
-

{{ label }}

+

+ + {{ label }} +

diff --git a/frontend/src/resources/cubo.svg b/frontend/src/resources/cubo.svg new file mode 100644 index 000000000..7e054f8a1 --- /dev/null +++ b/frontend/src/resources/cubo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + \ No newline at end of file