it'll be a long time before you ever see me again

This commit is contained in:
copyrighttxt
2026-08-03 21:12:29 -04:00
committed by GitHub
parent bb49f6b943
commit bc37a1b87e
+12
View File
@@ -136,6 +136,18 @@
<b><span class="d-none d-md-inline">{{currentuser.username}}</span></b>
</a>
<ul class="dropdown-menu dropdown-menu-end">
<li class="d-md-none px-3 py-2">
<div class="d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center">
<span class="rbx-icon-nav-robux me-1 text-dark"></span>
<span class="fw-semibold" id="mobile-robux-amount">{{currentuser.robux}}</span>
</div>
<div class="d-flex align-items-center">
<span class="rbx-icon-nav-tix me-1 text-dark"></span>
<span class="fw-semibold" id="mobile-tix-amount">{{currentuser.tix}}</span>
</div>
</div>
</li>
<li><a class="dropdown-item" href="/settings">Settings</a></li>
<li><a class="dropdown-item" href="/membership">Membership</a></li>
<li><a class="dropdown-item" href="/giftcard-redeem">Redeem Codes</a></li>