From 5bce67e7c22fef9b7d55ecc29ba3f1d44f5d522a Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Tue, 10 Apr 2018 11:18:50 +0300 Subject: [PATCH] Fixes #12 --- src/App.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.vue b/src/App.vue index 14972e2..d16c9d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,6 +19,10 @@ + + This website is in beta. We are actively developing this website to showcase and teach about the LBRY protocol. All things may not work as expected!
This website is open source and you can contribute to it on Github.
+ +
@@ -60,4 +64,9 @@ img { } } +#in-development-alert { + margin: 0; + padding: 3rem 0; +} +