File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/lib/components/inventory Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ` ;
You can’t perform that action at this time.
0 commit comments