diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-11-14 21:49:28 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-11-14 21:49:28 -0500 |
commit | fc0e8296178ca779a270d91b681777f50b3b626d (patch) | |
tree | 7a1353753d9300929b43a561ff2f1aae59b6434f /templates/base.html | |
parent | d1c9f549d3a45118f0a563ddbe07c18fbc8ab660 (diff) | |
download | carpentertutoring-fc0e8296178ca779a270d91b681777f50b3b626d.tar.xz carpentertutoring-fc0e8296178ca779a270d91b681777f50b3b626d.zip |
feat: replace pricing with helpful linksrelease
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 22e1dc0..48b49de 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,7 @@ <a href="/about">Team</a> <a href="/policies">Policies</a> <a href="/posts">Posts</a> - <a href="/#pricing">Pricing</a> + <a href="/#help">Helpful Links</a> <a href="/brochure">Brochure</a> <a href="/#offerings">Services</a> <a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a> |