Disabled about page, enabled photos nav buttons, other fluff

This commit is contained in:
2025-11-22 16:17:04 +13:00
parent ff486c01e3
commit b4f8a42e05
4 changed files with 8 additions and 12 deletions

View File

@@ -22,10 +22,6 @@ const images = await Promise.all(
</div>
<div slot="content">
{
images.map(img => (
<img class="pb-2" src={img}/>
))
}
{ images.map(img => <img class="pb-2" src={img}/> ) }
</div>
</Base>

View File

@@ -33,7 +33,7 @@ const albums = await pb.collection('albums').getFullList({
<Base>
<div slot="sidebar" class="text-left">
More focused photo albums. These are more single-purpose collections of photos compared to the general images of <a href="/photos">photos</a>
More focused photo albums. These are more single-purpose collections of photos compared to the general images of <a href="/photos">photos.</a> Best viewed on a large screen!
</div>
<div slot="content">