Skip to content

Commit

Permalink
add placeholder equals none to all media
Browse files Browse the repository at this point in the history
  • Loading branch information
ericramz committed Jan 18, 2023
1 parent 74421fd commit b43d271
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ import Seo from "../components/seo"
const IndexPage = () => (
<Layout>
<div className="block md:hidden">
<StaticImage src="../images/discover-texas.png" alt="UT SXSW" />
<StaticImage
src="../images/discover-texas.png"
alt="UT SXSW"
placeholder="none"
/>
</div>
<div className="hidden md:block pt-[10%] xl:pt-[5%]">
<Spline
placeholder="none"
className="md:!h-[80vw] lg:!h-[60vw] xl:!h-[50vw]"
scene="https://prod.spline.design/eh4TRGCbw1YpdzxE/scene.splinecode"
/>
Expand Down

0 comments on commit b43d271

Please sign in to comment.