style(site): use terminal icon for shell tool (#25392)

This commit is contained in:
Danielle Maywood
2026-05-15 13:39:51 +00:00
committed by GitHub
parent 9f99a7bc0b
commit b94cb38504
@@ -6,6 +6,7 @@ import {
LayersIcon,
LoaderIcon,
OctagonXIcon,
TerminalIcon,
TriangleAlertIcon,
} from "lucide-react";
import type React from "react";
@@ -187,10 +188,8 @@ const ShellCommandLine: React.FC<{
}> = ({ command, durationLabel, expanded }) => {
return (
<>
<span className="shrink-0 text-[13px] font-normal text-content-success">
$
</span>
<span className="block min-w-0 truncate text-[13px] font-normal text-content-primary">
<TerminalIcon aria-hidden className="size-3.5 shrink-0 text-current" />
<span className="block min-w-0 truncate text-[13px] font-normal text-current">
{command}
</span>
{durationLabel && (