Browse Source

Добавлен линк на github-страницу проекта

Book Pauk 2 years ago
parent
commit
96b1b4a573
1 changed files with 5 additions and 1 deletions
  1. 5 1
      client/components/Search/Search.vue

+ 5 - 1
client/components/Search/Search.vue

@@ -36,7 +36,7 @@
                     </DivBtn>
 
                     <div class="col"></div>
-                    <div class="q-px-sm q-py-xs bg-green-12" style="border: 1px solid #aaaaaa; border-radius: 6px">
+                    <div class="q-px-sm q-py-xs bg-green-12 clickable2" style="border: 1px solid #aaaaaa; border-radius: 6px" @click="openReleasePage">
                         {{ projectName }}
                     </div>
                 </div>
@@ -377,6 +377,10 @@ class Search {
         return result.join(', ');
     }
 
+    openReleasePage() {
+        window.open('https://github.com/bookpauk/inpx-web', '_blank');
+    }
+
     makeTitle() {
         const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
         this.collection = collection[0].trim();