|
@@ -124,7 +124,7 @@ const width = computed(() => {
|
|
if (domain.includes('sohoeb2b')) {
|
|
if (domain.includes('sohoeb2b')) {
|
|
return '233px'; // Use the imported image for this domain
|
|
return '233px'; // Use the imported image for this domain
|
|
} else {
|
|
} else {
|
|
- return '550px'; // Use the imported image for other domains
|
|
|
|
|
|
+ return '300px'; // Use the imported image for other domains
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|