Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix(redeem): small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tovade committed Jan 28, 2022
1 parent df2040d commit 2d17d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/earn/redeem.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<img src="../assets/images/avatars/avtar_5.png" alt="User-Profile" class="theme-color-yellow-img img-fluid avatar avatar-50 avatar-rounded">
<img src="../assets/images/avatars/avtar_3.png" alt="User-Profile" class="theme-color-pink-img img-fluid avatar avatar-50 avatar-rounded">
<div class="caption ms-3 d-none d-md-block ">
<h6 class="mb-0 caption-title"><%= data.userinfo.username %>#<%= data.userinfo.discriminator %></h6>
<h6 class="mb-0 caption-title"><%= data.dbinfo.name %></h6>
<p class="mb-0 caption-sub-title"><%= package.display %></p>
</div>
</a>
Expand All @@ -159,7 +159,7 @@
<div class="col-md-12">
<div class="flex-wrap d-flex justify-content-between align-items-center">
<div>
<h1>Hello <%= data.userinfo.username %>#<%= data.userinfo.discriminator %> </h1>
<h1>Hello <%= data.dbinfo.name %></h1>
<p>Welcome back!</p>
</div>
<div>
Expand Down

0 comments on commit 2d17d73

Please sign in to comment.