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 6f60fe7 commit 921cda3Copy full SHA for 921cda3
pcweb/components/numbers_pattern.py
@@ -41,7 +41,7 @@ def numbers_pattern(
41
position_class = "left-0" if side == "left" else "right-0"
42
light_dark_path = rx.color_mode_cond("light", "dark")
43
44
- src = f"landing/patterns/{light_dark_path}/numbers-pattern.webp"
+ src = f"/landing/patterns/{light_dark_path}/numbers-pattern.webp"
45
46
# Determine if we need to flip: right side XOR reverse
47
# - right side normally flips
0 commit comments