mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
website: parameters have no hex value
This commit is contained in:
@ -36,7 +36,7 @@ function VTElem({ elem }: { elem: string }) {
|
||||
|
||||
return (
|
||||
<div className="border px-1 grid grid-rows-2 grid-cols-1 text-center">
|
||||
<div>0x{hex}</div>
|
||||
<div>{param ? "____" : `0x${hex}`}</div>
|
||||
<div>{elem}</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user