fix: bg image invalid, and update name

This commit is contained in:
Derrick Hammer 2023-08-12 21:59:20 -04:00
parent cd278e3a46
commit a8bbcc19ec
2 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 327 KiB

View File

@ -1,11 +1,12 @@
--- ---
import bg from "../../../assets/home-hero-bg.webp"
import TypewriterContent from "./TypewriterContent.jsx"; import TypewriterContent from "./TypewriterContent.jsx";
--- ---
<div class="absolute -z-10 -right-[250px] top-[250px] w-[1250px]"> <div class="absolute -z-10 -right-[250px] top-[250px] w-[1250px]">
<img <img
class="object-contain w-[1250px]" class="object-contain w-[1250px]"
src="/src/assets/video-placeholder.webp" src={bg.src}
/> />
</div> </div>