From dd5e5164262c5ff7ecf6db1003d41d81e6364c09 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 2 Feb 2024 17:04:47 -0500 Subject: add bookmark export, fix some ui stuff --- front-end/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front-end/src/App.vue') diff --git a/front-end/src/App.vue b/front-end/src/App.vue index f63f9ca..01e91e7 100644 --- a/front-end/src/App.vue +++ b/front-end/src/App.vue @@ -36,7 +36,7 @@ const showIf = (tabId: TabId, active: TabId) => isEqual(tabId, active) {{ siteTitle }} -
+
-- cgit