mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
style(site): use terminal icon for shell tool (#25392)
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user