diff --git a/ui/src/assets/logo.png b/ui/src/assets/logo.png
index e9e17f4e3..7d9781edb 100644
Binary files a/ui/src/assets/logo.png and b/ui/src/assets/logo.png differ
diff --git a/ui/src/assets/logo.svg b/ui/src/assets/logo.svg
deleted file mode 100644
index cf5f3ffb8..000000000
--- a/ui/src/assets/logo.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
diff --git a/ui/src/components/login-container/index.vue b/ui/src/components/login-container/index.vue
index a87568cb4..fd9bc4639 100644
--- a/ui/src/components/login-container/index.vue
+++ b/ui/src/components/login-container/index.vue
@@ -32,11 +32,10 @@ defineProps({
.title {
font-size: 32px;
.logo {
- background-image: url('@/assets/logo.svg');
+ background-image: url('@/assets/logo.png');
background-size: 100% 100%;
width: 45px;
height: 45px;
- background-position: center -2px;
}
}
.sub-title {
diff --git a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue
index 144c0719e..18571bcfc 100644
--- a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue
+++ b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue
@@ -50,11 +50,10 @@ defineExpose({ open })
font-size: 24px;
}
.logo {
- background-image: url('@/assets/logo.svg');
+ background-image: url('@/assets/logo.png');
background-size: 100% 100%;
- width: 32px;
- height: 32px;
- background-position: center -2px;
+ width: 35px;
+ height: 35px;
}
.about-ui {
width: 200px;
diff --git a/ui/src/layout/components/top-bar/index.vue b/ui/src/layout/components/top-bar/index.vue
index 062ba7aee..b1fada3c0 100644
--- a/ui/src/layout/components/top-bar/index.vue
+++ b/ui/src/layout/components/top-bar/index.vue
@@ -28,11 +28,10 @@ const defaultTitle = import.meta.env.VITE_APP_TITLE
.app-title-container {
margin-right: 45px;
.app-title-icon {
- background-image: url('@/assets/logo.svg');
+ background-image: url('@/assets/logo.png');
background-size: 100% 100%;
- width: 30px;
- height: 30px;
- background-position: center -1px;
+ width: 35px;
+ height: 35px;
}
.app-title-text {
diff --git a/ui/src/views/dataset/component/BaseForm.vue b/ui/src/views/dataset/component/BaseForm.vue
index 28fa915dd..5b2af8445 100644
--- a/ui/src/views/dataset/component/BaseForm.vue
+++ b/ui/src/views/dataset/component/BaseForm.vue
@@ -9,7 +9,7 @@
>