Update enterprise-iam-services.tsx

This commit is contained in:
Filip Cumpalovic 2024-02-29 14:18:53 +01:00 committed by GitHub
parent f0bb1cbfac
commit 6d8e50b951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,8 @@ import {
Drupal, Drupal,
Magento, Magento,
Presta, Presta,
Nextcloud Nextcloud,
Nuxtjs
} from "../assets/integration-icons"; } from "../assets/integration-icons";
import { useInView } from "framer-motion"; import { useInView } from "framer-motion";
@ -265,7 +266,7 @@ const list = [
tooltip: null, tooltip: null,
}, },
{ {
icon: (props: SVGProps<SVGSVGElement>) => <AuthJs {...props} />, icon: (props: SVGProps<SVGSVGElement>) => <Nuxtjs {...props} />,
label: "Nuxt.js", label: "Nuxt.js",
tooltip: null, tooltip: null,
}, },