diff --git a/public/images/daeng.jpg b/public/images/daeng.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..9f45f5d1960462f01c683f666f756c31674222e7
Binary files /dev/null and b/public/images/daeng.jpg differ
diff --git a/public/white.png b/public/white.png
new file mode 100644
index 0000000000000000000000000000000000000000..010025d9b9e0b9c576d4bcd48a4fb156c5b9c4c6
Binary files /dev/null and b/public/white.png differ
diff --git a/src/components/core/Drawer.vue b/src/components/core/Drawer.vue
index 0462d15769d3cb259a0ddf7d59f9f5d4c9906bc7..0ad6df573a5215c68607ab6734c41b9779b9caaa 100644
--- a/src/components/core/Drawer.vue
+++ b/src/components/core/Drawer.vue
@@ -72,7 +72,7 @@ export default {
     }
   },
   data: () => ({
-    logo: 'favicon.ico',
+    logo: 'white.png',
     logoutSnackbar: false,
     links: [
       {
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index ac3df1d0114c616b174d9833a88c05fc6ba31fa0..d362d58e5cf93870a572ed864c0af72b131f44b7 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -6,7 +6,8 @@
         controls
         indicators
         fade
-        style="text-shadow: 1px 1px 2px #333; img-width:10px;">
+        style="text-shadow: 1px 1px 2px #333; img-width:10px;"
+        >
         <!-- Text slides with image -->
         <b-carousel-slide
           caption="대한민국 최강 유기견 플랫폼"
@@ -39,8 +40,8 @@ export default {
         sliding: null,
         counter: 45,
         max: 100,
-        src1: './images/1.jpg',
-        src2: './images/2.jpg',
+        src1: './images/daeng.jpg',
+        src2: './images/1.jpg',
         src3: './images/3.jpg',
       }
     },