mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
refac
This commit is contained in:
parent
ff49928d75
commit
13d69605fe
@ -9,7 +9,7 @@ export const SidebarBanner = ({ item }) => {
|
|||||||
<a href={item.url} target="_blank">
|
<a href={item.url} target="_blank">
|
||||||
|
|
||||||
<img
|
<img
|
||||||
className="block w-full rounded-xl h-16 object-cover"
|
className="block w-full rounded-xl h-12 object-cover"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
alt={item.name}
|
alt={item.name}
|
||||||
src={item?.mobileImgSrc || item.imgSrc}
|
src={item?.mobileImgSrc || item.imgSrc}
|
||||||
|
Loading…
Reference in New Issue
Block a user