diff --git a/layouts/default.vue b/layouts/default.vue
index 3be1a7b6..aec59daf 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -83,21 +83,33 @@
       
       
 
-      
-        Bug / Request
-      
       
         About
       
       
         mdi-github
       
+      
+        
+          
+            Sponsor
+          
+        
+        Sponsor this project by supporting the developer
+      
     
 
     
@@ -178,7 +190,6 @@ export default class DefaultLayout extends Vue {
     text-decoration: none;
     transition: all ease 0.2s;
     margin: 0 10px;
-    opacity: 0.5;
     font-size: 15px;
 
     &.title {
@@ -189,19 +200,11 @@ export default class DefaultLayout extends Vue {
       opacity: 1;
       color: var(--v-primary-base);
     }
-  }
-
-  .github-link {
-    border-bottom: none;
-    margin-left: 10px;
-    transition: all ease 0.2s;
-
-    .v-icon {
-      font-size: 37px !important;
-      color: var(--v-primary-base);
-      transition: all ease 0.2s;
-      transition: all ease 0.2s;
 
+    &.v-btn {
+      font-size: 15px;
+      background: var(--v-primary-base) !important;
+      background: linear-gradient(90deg, rgba(37,99,108,1) 0%, rgba(71,177,113,1) 100%) !important;
     }
   }
 }