mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-29 00:24:46 +01:00
chore: set the size of the banner image to be 100% scale
This commit is contained in:
@@ -235,7 +235,8 @@ export default function CocoCloud() {
|
||||
{isConnect ? (
|
||||
<div className="max-w-4xl mx-auto">
|
||||
<div className="w-full rounded-[4px] bg-[rgba(229,229,229,1)] dark:bg-gray-800 mb-6">
|
||||
<img
|
||||
<img
|
||||
width="100%"
|
||||
src={currentService.provider.banner || bannerImg}
|
||||
alt="banner"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user