Skip to content

Commit f032038

Browse files
committed
dont use literal
1 parent f8a97ea commit f032038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Hero = () => (
3131
flexDirection: "column",
3232
alignItems: "center",
3333
justifyContent: "center",
34-
background: `url(background.jpg) center / cover`,
34+
background: "url(background.jpg) center / cover",
3535
minHeight: "100vh",
3636
position: "relative",
3737
pt: ["42rem", "20rem", "14rem"],

0 commit comments

Comments
 (0)