Compare commits

..

2 Commits

Author SHA1 Message Date
9d96b4d235 center identicon
Some checks failed
ci / build (push) Failing after 1s
ci / Tests & Checks (push) Failing after 1s
2025-08-12 21:45:47 -08:00
b2690fd89e center identicon 2025-08-12 21:45:33 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "futureporn",
"private": true,
"version": "2.3.2",
"version": "2.3.3",
"type": "module",
"scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",

View File

@ -116,7 +116,7 @@
<div class="content breaklines">{{vod.notes}}</div>
</div>
<footer class="card-footer">
<div class="card-footer-item">{{{identicon vod.uploader.id 24}}}</div>
<div class="card-footer-item">{{{identicon vod.uploader.id 24}}}</div>
</footer>
</div>
{{/if}}