Add InfoModal component and update Navbar component

This commit is contained in:
Sean Morley
2024-04-10 18:25:53 +00:00
parent 818ab5239d
commit f7fc46caac
5 changed files with 95 additions and 10 deletions

3
src/lib/config.ts Normal file
View File

@@ -0,0 +1,3 @@
export let appVersion = "Web 0.0.1";
export let appTitle = "AdventureLog";
export let copyrightYear = "2024"