Rename referral
This commit is contained in:
parent
d8c8bb5081
commit
6606f7a3bf
@ -51,7 +51,7 @@ html > ::-webkit-scrollbar {
|
||||
transition: background-color 0.5s ease;
|
||||
}
|
||||
|
||||
#referral-image {
|
||||
#custom-image {
|
||||
max-height: 70px;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
@ -17,7 +17,7 @@
|
||||
{{if .referralShow}}
|
||||
<div class="sidebar-element">
|
||||
<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>
|
||||
</div>
|
||||
{{end}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user