Skip to content

Commit b37c9bc

Browse files
committed
Remove the word Slash
1 parent 4ec85f9 commit b37c9bc

File tree

1 file changed

+1
-1
lines changed
  • components/frontend/src/app/projects/[name]/sessions/[sessionName]

1 file changed

+1
-1
lines changed

components/frontend/src/app/projects/[name]/sessions/[sessionName]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ export default function ProjectSessionDetailPage({
13511351
{/* Commands Section */}
13521352
{workflowMetadata?.commands && workflowMetadata.commands.length > 0 && (
13531353
<div className="space-y-2">
1354-
<div className="text-sm font-medium">Slash Commands</div>
1354+
<div className="text-sm font-medium">Commands</div>
13551355
<div className="relative">
13561356
{commandsScrollTop && (
13571357
<div className="absolute top-0 left-0 right-0 h-8 bg-gradient-to-b from-white to-transparent pointer-events-none z-10" />

0 commit comments

Comments
 (0)