Disabled about page, enabled photos nav buttons, other fluff
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user