Update landing-trusted-by-developers.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 16:32:11 +02:00 committed by GitHub
parent 26f8b5e8c7
commit fa9b1b2bd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import clsx from "clsx";
import React, { FC, useEffect, useLayoutEffect, useRef } from "react"; import React, { FC, useEffect, useLayoutEffect, useRef } from "react";
import { import {
UnlimitedIcon, UnlimitedIcon,
SalesforceIcon, HostkeyIcon,
AltusHostIcon, AltusHostIcon,
DeloitteIcon, DeloitteIcon,
DigitalOceanIcon, DigitalOceanIcon,
@ -154,7 +154,7 @@ const list: IList = [
id: 1, id: 1,
}, },
{ {
icon: <SalesforceIcon />, icon: <HostkeyIcon />,
id: 2, id: 2,
}, },
{ {