Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/HomePage/data/createNoCodeArr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function createNoCodeArr(framework: string) {
return [
{
name: "ID Bolt",
text: "A drop-in web component that adds compliant passport, visa, and ID scanning to any website",
text: "A pre-built web component that adds compliant passport, visa, and ID scanning to any website",
icon: <Bolt />,
isActive: frameworkData?.IDScanning?.includes(IDScanning.IdBolt),
link: `/hosted/id-bolt/overview`,
Expand Down
Loading