diff options
author | colin <colin@cicadas.surf> | 2023-03-06 18:33:45 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-03-06 18:33:45 -0800 |
commit | 36df81a7e3bb23d4cc347cc335fbd9b949a6af91 (patch) | |
tree | 0c5178e513682b710a7bdc37441c7d287272799c /src/pages | |
parent | c06de3e0ee54c183fc8bb12c1fb5686694876eae (diff) |
Altered: s/campaign/adventure globally
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/tavern.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/tavern.lisp b/src/pages/tavern.lisp index e6250e1..1f6c441 100644 --- a/src/pages/tavern.lisp +++ b/src/pages/tavern.lisp @@ -13,5 +13,7 @@ (:br) (:a :href "/goddess-shrine" "Pray a new hero rises.") (:br) - (:a :href "/spymaster" "Report a Roguish Rumour...")))) + (:a :href "/spymaster" "Report a Roguish Rumour...") + (:br) + (:a :href "/adventure-awaits" "Embark on a new Adventure!")))) |