Skip to content

Commit

Permalink
fix: user page banner not loading on Wii U
Browse files Browse the repository at this point in the history
  • Loading branch information
CaramelKat committed Jan 20, 2025
1 parent bf84b64 commit 5c40959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webfiles/portal/user_page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</header>
<div class="body-content tab2-content" id="community-post-list">
<div class="header-banner-container">
<img src="<%= cdnURL %>/images/banner.png" class="header-banner with-top-button">
<img src="/images/banner.png" class="header-banner with-top-button">
</div>
<div class="community-info info-content with-header-banner">
<span class="icon-container"><img src="<%if (banned || pnid.deleted) { %>/images/bandwidthlost.png<% } else { %><%= cdnURL %>/mii/<%=pnid.pid%>/normal_face.png<%}%>" class="icon" alt=""></span>
Expand Down

0 comments on commit 5c40959

Please sign in to comment.