aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-30 15:36:09 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-30 15:36:09 -0400
commit273c2b85ff2e3e818e72fc1262b3c94d70704e06 (patch)
treefc4ed7c61fca1d9d1bd3a9bb412e27580eb64b88
parent716c9cb0135f5082531e7bd7adcbf90d208b4bb5 (diff)
downloadpersonal-website-273c2b85ff2e3e818e72fc1262b3c94d70704e06.tar.gz
personal-website-273c2b85ff2e3e818e72fc1262b3c94d70704e06.tar.bz2
personal-website-273c2b85ff2e3e818e72fc1262b3c94d70704e06.zip
Making it not dissmissable
-rw-r--r--pages/index.vue4
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 -->