diff --git a/public/github.svg b/public/github.svg
new file mode 100644
index 0000000..09db69b
--- /dev/null
+++ b/public/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/visual-editor/components/header/index.vue b/src/visual-editor/components/header/index.vue
index caaedf4..6a13f17 100644
--- a/src/visual-editor/components/header/index.vue
+++ b/src/visual-editor/components/header/index.vue
@@ -7,16 +7,20 @@
-
+
+
+
+
@@ -67,5 +71,8 @@ export default defineComponent({
.el-button {
font-size: 22px;
}
+ .right-tools > * {
+ margin-left: 8px;
+ }
}