add: added cats, admin rights and owner_username display

This commit is contained in:
Lukian 2025-03-24 23:58:40 +01:00
parent 7dea3612af
commit 0e2139f408
9 changed files with 15 additions and 5 deletions

View file

@ -52,6 +52,7 @@ export default function Home() {
</li>
))}
</ul>
<img src="cat.jpg" alt="cat" className="cat"/>
</div>
)
}