Skip to content

Commit 63d3205

Browse files
committed
Fix bgImage
1 parent abca519 commit 63d3205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/src/components/Discord.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function Discord() {
77
return (
88
<Center
99
bgColor="$joinBg"
10-
bgImage="url(/discord-bg.svg)"
10+
bgImage={`url(${URL_PREFIX}/discord-bg.svg)`}
1111
borderRadius="40px 40px 0px 40px"
1212
h="380px"
1313
>

0 commit comments

Comments
 (0)