Skip to content

Commit 9496da9

Browse files
committed
fix(demo): background image for Raycast's magic link
1 parent 996899d commit 9496da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demo/emails/magic-links/raycast-magic-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const main = {
8585
const container = {
8686
margin: "0 auto",
8787
padding: "20px 25px 48px",
88-
backgroundImage: 'url("/assets/raycast-bg.png")',
88+
backgroundImage: 'url("/static/raycast-bg.png")',
8989
backgroundPosition: "bottom",
9090
backgroundRepeat: "no-repeat, no-repeat",
9191
};

0 commit comments

Comments
 (0)