Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 48385f8

Browse files
committed
fix some images
1 parent d8bc357 commit 48385f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pcweb/pages/hosting/views/preview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ def preview() -> rx.Component:
2828
return rx.box(
2929
pattern_1(),
3030
rx.image(
31-
src=f"{REFLEX_ASSETS_CDN}hosting/light/hosting-preview.webp",
31+
src=f"{REFLEX_ASSETS_CDN}hosting/light/hosting-preview.jpg",
3232
alt="Reflex Hosting Preview",
3333
class_name="dark:hidden w-full h-full rounded-lg lg:rounded-2xl object-cover bg-center border border-slate-3",
3434
loading="lazy",
3535
),
3636
rx.image(
37-
src=f"{REFLEX_ASSETS_CDN}hosting/dark/hosting-preview.webp",
37+
src=f"{REFLEX_ASSETS_CDN}hosting/dark/hosting-preview.jpg",
3838
alt="Reflex Hosting Preview",
3939
class_name="dark:block hidden w-full h-full rounded-lg lg:rounded-2xl object-cover bg-center border border-slate-3",
4040
loading="lazy",

0 commit comments

Comments
 (0)