Rename referral

This commit is contained in:
rxdn 2021-02-07 20:10:59 +00:00
parent d8c8bb5081
commit 6606f7a3bf
3 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ html > ::-webkit-scrollbar {
transition: background-color 0.5s ease; transition: background-color 0.5s ease;
} }
#referral-image { #custom-image {
max-height: 70px; max-height: 70px;
max-width: 90%; max-width: 90%;
} }

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -17,7 +17,7 @@
{{if .referralShow}} {{if .referralShow}}
<div class="sidebar-element"> <div class="sidebar-element">
<a href="{{.referralLink}}" style="justify-content: center; padding: 10px 0 10px 0 !important; margin: 0 !important;"> <a href="{{.referralLink}}" style="justify-content: center; padding: 10px 0 10px 0 !important; margin: 0 !important;">
<img src="/assets/img/referral.png" alt="Referral" id="referral-image" /> <img src="/assets/img/custom.png" id="custom-image" />
</a> </a>
</div> </div>
{{end}} {{end}}