diff --git a/apps/sim/app/(landing)/components/features/components/feature-card/feature-card.tsx b/apps/sim/app/(landing)/components/features/components/feature-card/feature-card.tsx
index 5b7de3ac577..5329bb0ed2d 100644
--- a/apps/sim/app/(landing)/components/features/components/feature-card/feature-card.tsx
+++ b/apps/sim/app/(landing)/components/features/components/feature-card/feature-card.tsx
@@ -107,7 +107,7 @@ export function FeatureCard({
{eyebrow}
-
diff --git a/apps/sim/app/(landing)/components/hero/components/hero-visual/stage-kb.tsx b/apps/sim/app/(landing)/components/hero/components/hero-visual/stage-kb.tsx
index 82c183cfb3c..b118375262f 100644
--- a/apps/sim/app/(landing)/components/hero/components/hero-visual/stage-kb.tsx
+++ b/apps/sim/app/(landing)/components/hero/components/hero-visual/stage-kb.tsx
@@ -46,9 +46,7 @@ export function KnowledgeBasePanel({
)}
>
diff --git a/apps/sim/app/(landing)/components/solutions-page/components/solutions-card-row/components/solutions-card/solutions-card.tsx b/apps/sim/app/(landing)/components/solutions-page/components/solutions-card-row/components/solutions-card/solutions-card.tsx
index 1d03f102f88..a74fe87d45a 100644
--- a/apps/sim/app/(landing)/components/solutions-page/components/solutions-card-row/components/solutions-card/solutions-card.tsx
+++ b/apps/sim/app/(landing)/components/solutions-page/components/solutions-card-row/components/solutions-card/solutions-card.tsx
@@ -86,10 +86,7 @@ export function SolutionsCard({ card, headingId, tabletSpan = false }: Solutions
wide && 'sm:max-lg:w-[38%] sm:max-lg:shrink-0 sm:max-lg:self-center'
)}
>
-
+
{card.title}
{team.name}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/audit-trail-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/audit-trail-graphic.tsx
index a952b2e8818..76810c7432e 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/audit-trail-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/audit-trail-graphic.tsx
@@ -69,7 +69,7 @@ const ROW_TONES = [
* window: a frameless, centered vignette (the access tile's composition,
* which sits beside it in the row) where each record is a plain row —
* gradient actor avatar, the action label in the row's regular sans face
- * (`font-medium text-small`, the same treatment the standards tile gives
+ * (`text-small`, the same treatment the standards tile gives
* its row titles), an "actor · resource" attribution line, and a
* right-aligned timestamp. The newest record is the selected event: it
* sits on a solid white card wearing the build tile's window chrome
@@ -120,7 +120,7 @@ export function AuditTrailGraphic({ entries = ENTRIES }: AuditTrailGraphicProps
>
-
Audit log
+
Audit log
Append-only
@@ -159,7 +159,7 @@ export function AuditTrailGraphic({ entries = ENTRIES }: AuditTrailGraphicProps
/>
-
+
{entry.action}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/deploy-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/deploy-graphic.tsx
index 3e8056e6e0f..9b6e8b9f30b 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/deploy-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/deploy-graphic.tsx
@@ -97,7 +97,7 @@ export function DeployGraphic({
className='absolute inset-0 flex flex-col items-center pr-8 max-lg:pr-6'
>
- {agentName}
+ {agentName}
{versionTag}
@@ -174,7 +174,7 @@ export function DeployGraphic({
-
+
{statusLabel}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/feature-platform-panel.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/feature-platform-panel.tsx
index 27bfb18c9d4..0274e46dc65 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/feature-platform-panel.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/feature-platform-panel.tsx
@@ -33,7 +33,7 @@ export function FeaturePlatformPanel({
- {title}
+ {title}
{children}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/it-platform-teams-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/it-platform-teams-graphic.tsx
index 3b0b7a89833..3d506df3331 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/it-platform-teams-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/it-platform-teams-graphic.tsx
@@ -90,9 +90,7 @@ export function ItPlatformTeamsGraphic({
>
-
- {title}
-
+ {title}
-
+
{cardTitle}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/lifecycle-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/lifecycle-graphic.tsx
index 3b8ffd3ca52..861348fe373 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/lifecycle-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/lifecycle-graphic.tsx
@@ -48,7 +48,7 @@ export function LifecycleGraphic() {
- Versions
+ Versions
@@ -59,7 +59,7 @@ export function LifecycleGraphic() {
- v3
+ v3
Live
@@ -79,7 +79,7 @@ export function LifecycleGraphic() {
- v2
+ v2
Saved
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/operations-teams-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/operations-teams-graphic.tsx
index b5bf65212ce..f8d895cd971 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/operations-teams-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/operations-teams-graphic.tsx
@@ -141,7 +141,7 @@ function PortTag({ port }: { port: Port }) {
>
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/rollback-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/rollback-graphic.tsx
index 78d0bf143d6..581faac6b2b 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/rollback-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/rollback-graphic.tsx
@@ -48,7 +48,7 @@ export function RollbackGraphic() {
className='absolute top-5 right-0 bottom-0 left-0 rounded-tl-xl border-[var(--border-1)] border-t border-l'
>
-
+
Version history
@@ -62,7 +62,7 @@ export function RollbackGraphic() {
- v4
+ v4
Current
@@ -88,7 +88,7 @@ export function RollbackGraphic() {
- v3
+ v3
Stable
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/run-monitoring-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/run-monitoring-graphic.tsx
index ba6b491c4f3..069c9ccc318 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/run-monitoring-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/run-monitoring-graphic.tsx
@@ -55,11 +55,7 @@ function fieldValue(field: LogField) {
{field.value}
)
}
- return (
-
- {field.value}
-
- )
+ return {field.value}
}
/**
@@ -125,9 +121,7 @@ export function RunMonitoringGraphic({
>
-
- {title}
-
+
{title}
-
+
{title}
@@ -110,7 +110,7 @@ export function StagingGraphic({
{changeTag}
-
+
{changeTitle}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/standards-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/standards-graphic.tsx
index bdf82aa8140..af2d1b65ada 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/standards-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/standards-graphic.tsx
@@ -196,7 +196,7 @@ export function StandardsGraphic({
{rightLabel}
-
+
{sealLabel}
diff --git a/apps/sim/app/(landing)/enterprise/components/feature-graphics/technical-teams-graphic.tsx b/apps/sim/app/(landing)/enterprise/components/feature-graphics/technical-teams-graphic.tsx
index 8721bbf23ca..d6b8d377855 100644
--- a/apps/sim/app/(landing)/enterprise/components/feature-graphics/technical-teams-graphic.tsx
+++ b/apps/sim/app/(landing)/enterprise/components/feature-graphics/technical-teams-graphic.tsx
@@ -125,7 +125,7 @@ export function TechnicalTeamsGraphic({
/>
-
+
{reviewerName}
diff --git a/apps/sim/app/(landing)/files/components/feature-graphics/file-library-graphic.tsx b/apps/sim/app/(landing)/files/components/feature-graphics/file-library-graphic.tsx
index 2a7d71a2e7e..eb4d71115a3 100644
--- a/apps/sim/app/(landing)/files/components/feature-graphics/file-library-graphic.tsx
+++ b/apps/sim/app/(landing)/files/components/feature-graphics/file-library-graphic.tsx
@@ -104,7 +104,7 @@ export function FileLibraryGraphic() {
>
-
Files
+
Files
Shared
@@ -126,7 +126,7 @@ export function FileLibraryGraphic() {
>
-
+
{row.name}
diff --git a/apps/sim/app/(landing)/files/components/files-hero-loop.tsx b/apps/sim/app/(landing)/files/components/files-hero-loop.tsx
index a17e0038195..8da04a21990 100644
--- a/apps/sim/app/(landing)/files/components/files-hero-loop.tsx
+++ b/apps/sim/app/(landing)/files/components/files-hero-loop.tsx
@@ -143,8 +143,8 @@ const COL_HEADERS = ['Name', 'Size', 'Type', 'Created', 'Owner'] as const
/** Renders the owner cell - an initial badge for teammates, the agent glyph for agents. */
function OwnerCell({ owner }: { owner: FileOwner }) {
return (
-
-
+
+
{owner.agent ? : owner.initial}
{owner.name}
@@ -157,16 +157,16 @@ function FileRow({ row }: { row: FileRowData }) {
const Icon = row.icon
return (
-
+
{row.name}
- {row.size}
-
+ {row.size}
+
{row.type}
- {row.created}
+ {row.created}
@@ -246,7 +246,7 @@ export function FilesHeroLoop() {
- Files
+ Files
diff --git a/apps/sim/app/(landing)/knowledge/components/feature-graphics/connector-sync-graphic.tsx b/apps/sim/app/(landing)/knowledge/components/feature-graphics/connector-sync-graphic.tsx
index b8ba5f6341b..b1c3759f207 100644
--- a/apps/sim/app/(landing)/knowledge/components/feature-graphics/connector-sync-graphic.tsx
+++ b/apps/sim/app/(landing)/knowledge/components/feature-graphics/connector-sync-graphic.tsx
@@ -79,7 +79,7 @@ export function ConnectorSyncGraphic() {
>
-
Connectors
+
Connectors
Auto-sync
@@ -103,7 +103,7 @@ export function ConnectorSyncGraphic() {
-
+
{row.name}
diff --git a/apps/sim/app/(landing)/knowledge/components/knowledge-hero-loop.tsx b/apps/sim/app/(landing)/knowledge/components/knowledge-hero-loop.tsx
index 241b5a3e637..f8c845b0758 100644
--- a/apps/sim/app/(landing)/knowledge/components/knowledge-hero-loop.tsx
+++ b/apps/sim/app/(landing)/knowledge/components/knowledge-hero-loop.tsx
@@ -173,7 +173,7 @@ export function KnowledgeHeroLoop() {
- Knowledge Base
+ Knowledge Base
@@ -236,15 +236,15 @@ export function KnowledgeHeroLoop() {
)}
>
-
+
{row.name}
|
-
+ |
{synced && row.documentsSynced ? row.documentsSynced : row.documents}
|
-
+ |
{synced && row.tokensSynced ? row.tokensSynced : row.tokens}
|
@@ -265,7 +265,7 @@ export function KnowledgeHeroLoop() {
)}
|
-
+ |
{row.created}
|
diff --git a/apps/sim/app/(landing)/logs/components/feature-graphics/failure-alert-graphic.tsx b/apps/sim/app/(landing)/logs/components/feature-graphics/failure-alert-graphic.tsx
index 06add36f5e0..3b27fafb784 100644
--- a/apps/sim/app/(landing)/logs/components/feature-graphics/failure-alert-graphic.tsx
+++ b/apps/sim/app/(landing)/logs/components/feature-graphics/failure-alert-graphic.tsx
@@ -38,12 +38,10 @@ export function FailureAlertGraphic() {
styles.runRow
)}
>
-
- Nightly data sync
-
+
Nightly data sync
@@ -77,13 +75,13 @@ export function FailureAlertGraphic() {
>
-
+
#oncall
Now
-
+
Run failed: Nightly data sync
diff --git a/apps/sim/app/(landing)/logs/components/feature-graphics/filter-runs-graphic.tsx b/apps/sim/app/(landing)/logs/components/feature-graphics/filter-runs-graphic.tsx
index 2ab57be0f6a..559f3f4f058 100644
--- a/apps/sim/app/(landing)/logs/components/feature-graphics/filter-runs-graphic.tsx
+++ b/apps/sim/app/(landing)/logs/components/feature-graphics/filter-runs-graphic.tsx
@@ -55,7 +55,7 @@ export function FilterRunsGraphic() {
>
-
Search runs
+
Search runs
3 matches
@@ -87,7 +87,7 @@ export function FilterRunsGraphic() {
ROW_STEP_CLASSES[index]
)}
>
-
+
{run.workflow}
diff --git a/apps/sim/app/(landing)/logs/components/feature-graphics/run-trace-graphic.tsx b/apps/sim/app/(landing)/logs/components/feature-graphics/run-trace-graphic.tsx
index 7d6149b86ef..e7ef41a79fb 100644
--- a/apps/sim/app/(landing)/logs/components/feature-graphics/run-trace-graphic.tsx
+++ b/apps/sim/app/(landing)/logs/components/feature-graphics/run-trace-graphic.tsx
@@ -108,7 +108,7 @@ export function RunTraceGraphic() {
>
-
+
Support ticket routing
@@ -124,7 +124,7 @@ export function RunTraceGraphic() {
>
-
+
{row.workflowName}
@@ -287,7 +287,7 @@ export function LogsHeroLoop() {
- Logs
+ Logs
@@ -352,7 +352,7 @@ export function LogsHeroLoop() {
|
-
+
{LIVE_ROW.workflowName}
diff --git a/apps/sim/app/(landing)/solutions/components/feature-graphics/document-draft-graphic.tsx b/apps/sim/app/(landing)/solutions/components/feature-graphics/document-draft-graphic.tsx
index c4273adcc92..04f6aec860b 100644
--- a/apps/sim/app/(landing)/solutions/components/feature-graphics/document-draft-graphic.tsx
+++ b/apps/sim/app/(landing)/solutions/components/feature-graphics/document-draft-graphic.tsx
@@ -69,7 +69,7 @@ export function DocumentDraftGraphic({
-
+
{title}
-
+
{footerLabel}
{footerDetail}
diff --git a/apps/sim/app/(landing)/solutions/components/feature-graphics/knowledge-answer-graphic.tsx b/apps/sim/app/(landing)/solutions/components/feature-graphics/knowledge-answer-graphic.tsx
index 3ee65aab484..de32c529dd9 100644
--- a/apps/sim/app/(landing)/solutions/components/feature-graphics/knowledge-answer-graphic.tsx
+++ b/apps/sim/app/(landing)/solutions/components/feature-graphics/knowledge-answer-graphic.tsx
@@ -90,7 +90,7 @@ export function KnowledgeAnswerGraphic({
-
+
{sourceLabel}
diff --git a/apps/sim/app/(landing)/solutions/finance/components/feature-graphics/reconcile-graphic.tsx b/apps/sim/app/(landing)/solutions/finance/components/feature-graphics/reconcile-graphic.tsx
index 5461532f397..31c134e4079 100644
--- a/apps/sim/app/(landing)/solutions/finance/components/feature-graphics/reconcile-graphic.tsx
+++ b/apps/sim/app/(landing)/solutions/finance/components/feature-graphics/reconcile-graphic.tsx
@@ -56,7 +56,7 @@ export function ReconcileGraphic() {
>
-
+
Reconciliation
@@ -91,7 +91,7 @@ export function ReconcileGraphic() {
>
-
+
Wire transfer
diff --git a/apps/sim/app/(landing)/tables/components/feature-graphics/enrichment-fill-graphic.tsx b/apps/sim/app/(landing)/tables/components/feature-graphics/enrichment-fill-graphic.tsx
index b88ff80deb3..185c5a9ff55 100644
--- a/apps/sim/app/(landing)/tables/components/feature-graphics/enrichment-fill-graphic.tsx
+++ b/apps/sim/app/(landing)/tables/components/feature-graphics/enrichment-fill-graphic.tsx
@@ -57,7 +57,7 @@ export function EnrichmentFillGraphic() {
>
-
+
Enrichments
@@ -81,7 +81,7 @@ export function EnrichmentFillGraphic() {
'truncate',
row.variant === 'mono'
? 'font-mono text-[var(--text-secondary)] text-caption'
- : 'font-medium text-[var(--text-primary)] text-caption',
+ : 'text-[var(--text-primary)] text-caption',
VALUE_STEP_CLASSES[index]
)}
>
diff --git a/apps/sim/app/(landing)/tables/components/feature-graphics/table-grid-graphic.tsx b/apps/sim/app/(landing)/tables/components/feature-graphics/table-grid-graphic.tsx
index 4554994db29..e8b36e90bd0 100644
--- a/apps/sim/app/(landing)/tables/components/feature-graphics/table-grid-graphic.tsx
+++ b/apps/sim/app/(landing)/tables/components/feature-graphics/table-grid-graphic.tsx
@@ -68,7 +68,7 @@ export function TableGridGraphic() {
- Leads
+ Leads
@@ -83,7 +83,7 @@ export function TableGridGraphic() {
)}
>
-
+
{column.label}
diff --git a/apps/sim/app/(landing)/tables/components/tables-hero-loop.tsx b/apps/sim/app/(landing)/tables/components/tables-hero-loop.tsx
index 67c8a590617..791af0a7e86 100644
--- a/apps/sim/app/(landing)/tables/components/tables-hero-loop.tsx
+++ b/apps/sim/app/(landing)/tables/components/tables-hero-loop.tsx
@@ -287,12 +287,12 @@ function TablesGridPane({ rowCount, filledCount }: TablesGridPaneProps) {
-
+
Tables
/
-
+
Leads
diff --git a/apps/sim/app/(landing)/workflows/components/feature-graphics/workflow-canvas-graphic.tsx b/apps/sim/app/(landing)/workflows/components/feature-graphics/workflow-canvas-graphic.tsx
index 282eb78476e..ed293f4713f 100644
--- a/apps/sim/app/(landing)/workflows/components/feature-graphics/workflow-canvas-graphic.tsx
+++ b/apps/sim/app/(landing)/workflows/components/feature-graphics/workflow-canvas-graphic.tsx
@@ -87,7 +87,7 @@ export function WorkflowCanvasGraphic() {
-
+
New ticket
@@ -99,7 +99,7 @@ export function WorkflowCanvasGraphic() {
styles.agentPulse
)}
/>
-
+
Support agent
Agent
@@ -114,7 +114,7 @@ export function WorkflowCanvasGraphic() {
)}
>
-
+
{block.label}
|