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