fix(web/bugs): indicate correct branch

Amolith created

Change summary

pkg/web/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

pkg/web/templates/base.html 🔗

@@ -67,7 +67,7 @@
   </main>
 
   <footer>
-    <p>Powered by (the <code>web-frontend</code> branch of <a href="https://git.secluded.site/soft-serve">my personal fork of</a>) <a href="https://github.com/charmbracelet/soft-serve">Soft Serve</a></p>
+    <p>Powered by (the <code>7d32125-integrate-git-bug</code> branch of <a href="https://git.secluded.site/soft-serve">my personal fork of</a>) <a href="https://github.com/charmbracelet/soft-serve">Soft Serve</a></p>
   </footer>
 </body>
 </html>