forked from emre/www_projectmycelium_com
refactor: update HomeTab cloud image from reserve.png to home.png and adjust object positioning
- Changed image source from /images/cloud/reserve.png to /images/cloud/home.png - Added object-top class to image for better positioning
This commit is contained in:
BIN
public/images/cloudhome.png
Normal file
BIN
public/images/cloudhome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 427 KiB |
@@ -119,8 +119,8 @@ export function HomeTab() {
|
||||
<div className="absolute top-10 right-0 bottom-0 left-10 overflow-hidden
|
||||
rounded-tl-xl bg-gray-900 shadow-2xl outline outline-white/10">
|
||||
<img
|
||||
src="/images/cloud/reserve.png"
|
||||
className="size-full object-cover"
|
||||
src="/images/cloud/home.png"
|
||||
className="size-full object-cover object-top"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user