Skip to content

chore(trust): replace Delve trust center with Vanta#3701

Merged
waleedlatif1 merged 2 commits intostagingfrom
waleedlatif1/vanta-trust-center
Mar 21, 2026
Merged

chore(trust): replace Delve trust center with Vanta#3701
waleedlatif1 merged 2 commits intostagingfrom
waleedlatif1/vanta-trust-center

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

  • Replace trust center links from Delve (trust.delve.co/sim-studio) to Vanta (app.vanta.com/sim.ai/trust/...)
  • Updated in footer compliance badges and home page trust strip

Type of Change

  • Maintenance/chore

Testing

Tested manually

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Mar 21, 2026 6:05pm

Request Review

@cursor
Copy link

cursor bot commented Mar 21, 2026

PR Summary

Low Risk
Low risk: this is a simple external URL change in UI components with no impact on application logic or data handling.

Overview
Switches SOC 2/HIPAA trust center links from Delve to Vanta in the home page TrustStrip and the landing footer ComplianceBadges components.

Written by Cursor Bugbot for commit 4bd5132. Configure here.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 21, 2026

Greptile Summary

This PR is a straightforward maintenance change that replaces the old Delve trust center URL (https://trust.delve.co/sim-studio) with the new Vanta trust portal URL (https://app.vanta.com/sim.ai/trust/v35ia0jil4l7dteqjgaktn) across two files.

  • Updated the SOC 2 + HIPAA combined link in the home page TrustStrip component (enterprise.tsx)
  • Updated both the SOC2 badge and HIPAA badge links in the landing page footer ComplianceBadges component
  • All three link occurrences now consistently point to the same Vanta URL
  • No remaining trust.delve.co references found in the codebase

Confidence Score: 5/5

  • This PR is safe to merge — it is a trivial URL swap with no logic changes.
  • The change is purely cosmetic (URL replacement), all three link occurrences are updated consistently to the same Vanta URL, and no residual Delve references remain in the codebase. There is no risk of regression.
  • No files require special attention.

Important Files Changed

Filename Overview
apps/sim/app/(home)/components/enterprise/enterprise.tsx Single-line URL update replacing the Delve trust center link with the new Vanta trust center URL in the TrustStrip component.
apps/sim/app/(landing)/components/footer/components/compliance-badges.tsx Two URL replacements updating both the SOC2 and HIPAA badge links in the footer from Delve to Vanta; both now point to the same Vanta trust portal URL.

Sequence Diagram

sequenceDiagram
    actor User
    participant SimSite as Sim Studio (sim.ai)
    participant Vanta as Vanta Trust Portal

    User->>SimSite: Clicks SOC2 / HIPAA badge or Trust Strip link
    SimSite-->>User: Opens new tab to app.vanta.com/sim.ai/trust/...
    User->>Vanta: Lands on trust center page
    Vanta-->>User: Displays compliance reports (SOC 2, HIPAA, etc.)
Loading

Last reviewed commit: "chore(trust): replac..."

@waleedlatif1 waleedlatif1 merged commit 224ff5d into staging Mar 21, 2026
5 checks passed
@waleedlatif1 waleedlatif1 deleted the waleedlatif1/vanta-trust-center branch March 21, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant