diff --git a/documentation/src/refine-theme/footer-data.tsx b/documentation/src/refine-theme/footer-data.tsx index 20f3a5a5..9665e2a4 100644 --- a/documentation/src/refine-theme/footer-data.tsx +++ b/documentation/src/refine-theme/footer-data.tsx @@ -15,12 +15,12 @@ export const menuItems = [ href: "/docs/admin/intro/", }, { - label: "Tutorials", - href: "/docs/tutorial/introduction/index/", + label: "Support Forums", + href: "https://community.openpanel.co/", }, { - label: "Blog", - href: "/blog", + label: "Changelog", + href: "/docs/changelog/intro/", }, ], }, diff --git a/documentation/src/refine-theme/landing-sweet-spot.tsx b/documentation/src/refine-theme/landing-sweet-spot.tsx index cdc00776..ac62063c 100644 --- a/documentation/src/refine-theme/landing-sweet-spot.tsx +++ b/documentation/src/refine-theme/landing-sweet-spot.tsx @@ -478,13 +478,13 @@ const list = [ ), iconText: "Firewall", image1Dark: - "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/assets/sweet-spot/authentication-ui.png", + "/img/landing_slider/firewall_dark_large.png", image1Light: - "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/assets/sweet-spot/authentication-ui-light.png", + "/img/landing_slider/firewall_white_large.png", image2Dark: - "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/assets/sweet-spot/authentication-code-dark.png", + "/img/landing_slider/firewall_dark_small.png", image2Light: - "https://refine.ams3.cdn.digitaloceanspaces.com/website/static/assets/sweet-spot/authentication-code.png", + "/img/landing_slider/firewall_white_small.png", backgroundImage: "dark:bg-landing-sweet-spot-glow-indigo-dark bg-landing-sweet-spot-glow-indigo-light", }, diff --git a/documentation/static/img/landing_slider/firewall_dark_large.png b/documentation/static/img/landing_slider/firewall_dark_large.png new file mode 100644 index 00000000..bea62efb Binary files /dev/null and b/documentation/static/img/landing_slider/firewall_dark_large.png differ diff --git a/documentation/static/img/landing_slider/firewall_dark_small.png b/documentation/static/img/landing_slider/firewall_dark_small.png new file mode 100644 index 00000000..6f16dd03 Binary files /dev/null and b/documentation/static/img/landing_slider/firewall_dark_small.png differ diff --git a/documentation/static/img/landing_slider/firewall_white_large.png b/documentation/static/img/landing_slider/firewall_white_large.png new file mode 100644 index 00000000..84ee7735 Binary files /dev/null and b/documentation/static/img/landing_slider/firewall_white_large.png differ diff --git a/documentation/static/img/landing_slider/firewall_white_small.png b/documentation/static/img/landing_slider/firewall_white_small.png new file mode 100644 index 00000000..adaa61a9 Binary files /dev/null and b/documentation/static/img/landing_slider/firewall_white_small.png differ