We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abca519 commit 63d3205Copy full SHA for 63d3205
apps/landing/src/components/Discord.tsx
@@ -7,7 +7,7 @@ export function Discord() {
7
return (
8
<Center
9
bgColor="$joinBg"
10
- bgImage="url(/discord-bg.svg)"
+ bgImage={`url(${URL_PREFIX}/discord-bg.svg)`}
11
borderRadius="40px 40px 0px 40px"
12
h="380px"
13
>
0 commit comments