diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 7ef3cdf..ef90412 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -36,7 +36,7 @@
-
+
{{ projectName }}
@@ -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();