diff --git a/src/options/HomePage.vue b/src/options/HomePage.vue
index 65fa905..50109b4 100644
--- a/src/options/HomePage.vue
+++ b/src/options/HomePage.vue
@@ -10,6 +10,7 @@
+
@@ -23,6 +24,11 @@
return browser.runtime.getManifest().version
}
},
+ methods: {
+ goToGithub() {
+ browser.tabs.create({url: "https://github.com/encadyma/chronos/issues"})
+ }
+ }
}