Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2024-08-19 12:03:42 +02:00 committed by GitHub
parent faaf868007
commit 5f51da93ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,13 +345,13 @@ export const LandingHeroShowcaseSection = ({}) => {
const apps = [
{
name: "OpenAdmin",
link: "https://demo.openpanel.co/openadmin/",
link: "https://demo.openpanel.org/openadmin/",
showcase: ShowcaseHR,
label: "Admin panel demo",
},
{
name: "OpenPanel",
link: "https://demo.openpanel.co/openpanel/",
link: "https://demo.openpanel.org/openpanel/",
showcase: ShowcaseCRM,
label: "User panel demo",
},