diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 15:36:09 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-30 15:36:09 -0400 |
| commit | 273c2b85ff2e3e818e72fc1262b3c94d70704e06 (patch) | |
| tree | fc4ed7c61fca1d9d1bd3a9bb412e27580eb64b88 | |
| parent | 716c9cb0135f5082531e7bd7adcbf90d208b4bb5 (diff) | |
| download | personal-website-273c2b85ff2e3e818e72fc1262b3c94d70704e06.tar.gz personal-website-273c2b85ff2e3e818e72fc1262b3c94d70704e06.tar.bz2 personal-website-273c2b85ff2e3e818e72fc1262b3c94d70704e06.zip | |
Making it not dissmissable
| -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 --> |
