kullanıcı avatar denemesi.

This commit is contained in:
2026-07-28 06:01:23 +02:00
parent 7480629923
commit 0875348bbd
+1 -1
View File
@@ -49,7 +49,7 @@ async function render() {
</nav> </nav>
</div> </div>
<button id="profileBtn" class="bg-rose-500/20 text-rose-300 py-2 rounded-xl border border-rose-500/30"> <button id="profileBtn" class="bg-rose-500/20 text-rose-300 py-2 rounded-xl border border-rose-500/30">
<image: url('${avatar}');> <image: url('${user&&user.avatar}');>
</button> </button>
</aside> </aside>