Update user.php

This commit is contained in:
nolanwhy 2023-02-16 11:03:18 +01:00
parent 8d21e27a74
commit d9d2b04188
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ $getitstarted->header();
<div class="card shadow-sm mb-4" style="height: 350px">
<div class="card-body mx-auto">
<img src="/assets/renders/user/fullbody?userId=1" height=350>
<a href="?3d=true" class="btn btn-secondary position-absolute top-0 end-0 mt-2 me-2">3D</a>
<a href="?<?=$_SERVER["QUERY_STRING"]?>&3d=true" class="btn btn-secondary position-absolute top-0 end-0 mt-2 me-2">3D</a>
</div>
</div>