diff --git a/README.md b/README.md
index 71d40fac..e20df4af 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
diff --git a/client/src/components/about.vue b/client/src/components/about.vue
index 0673217d..732642a5 100644
--- a/client/src/components/about.vue
+++ b/client/src/components/about.vue
@@ -147,7 +147,7 @@
if (this.about === '') {
this.loading = true
this.$http
- .get('https://raw.githubusercontent.com/nurdism/neko/master/docs/README.md')
+ .get('https://raw.githubusercontent.com/m1k1o/neko/master/docs/README.md')
.then((res) => {
return this.$http.post('https://api.github.com/markdown', {
text: res.data,
diff --git a/client/src/components/connect.vue b/client/src/components/connect.vue
index db3308b6..b8c36d0b 100644
--- a/client/src/components/connect.vue
+++ b/client/src/components/connect.vue
@@ -1,7 +1,7 @@
-
+
n.eko
@@ -47,6 +47,7 @@
flex-direction: row;
justify-content: center;
align-items: center;
+ cursor: pointer;
img {
height: 90px;
@@ -221,5 +222,9 @@
})
}
}
+
+ about() {
+ this.$accessor.client.toggleAbout()
+ }
}