diff options
| -rw-r--r-- | pages/index.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.vue b/pages/index.vue index 5095451..2cf6d97 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,7 +1,7 @@ <template> <div> - <v-alert dismissible> - Please note that this website is under active development.<br> + <v-alert> + Please note that this website is under active development. If you see any problems please report them <a href="https://github.com/alee14/personal-website/issues">here</a>. </v-alert> <!-- Animation goes here --> |
