Skip to content

Commit 921cda3

Browse files
committed
fix number
1 parent 6f60fe7 commit 921cda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/components/numbers_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def numbers_pattern(
4141
position_class = "left-0" if side == "left" else "right-0"
4242
light_dark_path = rx.color_mode_cond("light", "dark")
4343

44-
src = f"landing/patterns/{light_dark_path}/numbers-pattern.webp"
44+
src = f"/landing/patterns/{light_dark_path}/numbers-pattern.webp"
4545

4646
# Determine if we need to flip: right side XOR reverse
4747
# - right side normally flips

0 commit comments

Comments
 (0)