From 774d83e8962f2ce9d7470c6fce47f1cfd6dcd2d4 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Fri, 18 Dec 2020 14:35:06 +0000 Subject: [PATCH] Add repo link in console --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 931aadb..8a85008 100644 --- a/src/main.ts +++ b/src/main.ts @@ -52,7 +52,7 @@ if(splash) { }); } -console.info(`LiveAtlas version ${store.state.version}`); +console.info(`LiveAtlas version ${store.state.version} - https://github.com/JLyne/LiveAtlas`); const app = createApp(App).use(store);