From b3224abd4e5d48f0ffe2255aa00c60c8100b7283 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Mon, 5 Dec 2022 10:07:08 -0600 Subject: [PATCH] support & faq links in header, try adding masto verification links in static html --- web/public/index.html | 5 +++++ web/src/App.vue | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/web/public/index.html b/web/public/index.html index 9e10301..3838c08 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -21,5 +21,10 @@
+
+ + Datatitian + Syndic Will +
diff --git a/web/src/App.vue b/web/src/App.vue index 7dc6d31..add5202 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -2,7 +2,11 @@
- +
Uptime: {{ uptime }}
Backlog: {{ queueSize }}
@@ -70,4 +74,12 @@ export default { padding-left: 16px; padding-right: 16px; } +#main-nav { + display: flex; + flex-wrap: wrap; + gap: 5px; +} +#main-nav a i { + padding-right: 3px; +}