mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
refac
This commit is contained in:
@@ -9,7 +9,7 @@ export const SidebarBanner = ({ item }) => {
|
||||
<a href={item.url} target="_blank">
|
||||
|
||||
<img
|
||||
className="block w-full rounded-xl h-16 object-cover"
|
||||
className="block w-full rounded-xl h-12 object-cover"
|
||||
loading="lazy"
|
||||
alt={item.name}
|
||||
src={item?.mobileImgSrc || item.imgSrc}
|
||||
|
||||
Reference in New Issue
Block a user