diff --git a/src/templates/libraries.pug b/src/templates/libraries.pug index 1aa0111..deb2b5d 100644 --- a/src/templates/libraries.pug +++ b/src/templates/libraries.pug @@ -121,8 +121,8 @@ include mixins/components a.d-block.py-1.text-primary(href=url) span=title li - a.d-block.py-1.text-primary(href="{{ url_for('projects.view', project_url='gallery') }}") - | Visit the Gallery + a.d-block.py-1.text-primary(href="{{ url_for('projects.view', project_url='characters') }}") + | See all Characters i.pi-angle-right | {% endblock body %}