Skip to content

Commit 8fadf4e

Browse files
authored
Merge pull request #173 from csfloat/fix/cached-logo
Fixes Cached Old Logo
2 parents 65c5dc5 + 8659336 commit 8fadf4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/inventory/selected_item_info.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class SelectedItemInfo extends FloatElement {
110110
return html`
111111
<div class="market-btn-container">
112112
<a class="market-btn" href="https://csfloat.com/item/${this.stallListing.id}" target="_blank">
113-
<img src="https://csfloat.com/assets/full_logo.png" height="21" style="margin-right: 5px;" />
113+
<img src="https://csfloat.com/assets/n_full_logo.png" height="21" style="margin-right: 5px;" />
114114
<span>
115115
Listed for
116116
<b>$${(this.stallListing.price / 100).toFixed(2)}</b>
@@ -135,7 +135,7 @@ export class SelectedItemInfo extends FloatElement {
135135
<div class="market-btn-container">
136136
<a class="market-btn" href="https://csfloat.com" target="_blank">
137137
<span>List on </span>
138-
<img src="https://csfloat.com/assets/full_logo.png" height="21" style="margin-left: 5px;" />
138+
<img src="https://csfloat.com/assets/n_full_logo.png" height="21" style="margin-left: 5px;" />
139139
</a>
140140
</div>
141141
`;

0 commit comments

Comments
 (0)