fix(nvim-status-bar): wrong icon
This commit is contained in:
@@ -14,9 +14,15 @@ export const NvimStatusBar = (props: {
|
|||||||
{"\ue0ba"}
|
{"\ue0ba"}
|
||||||
</span>
|
</span>
|
||||||
<span className="bg-[#474353] text-[#373040]">{"\ue0ba"}</span>
|
<span className="bg-[#474353] text-[#373040]">{"\ue0ba"}</span>
|
||||||
<span className="bg-[#373040]">{` ${getIcon(props.fileIcon).char}${
|
<span className="bg-[#373040]">{` ${
|
||||||
props.fileName
|
getIcon({
|
||||||
} `}</span>
|
type: "file",
|
||||||
|
name: props.fileName,
|
||||||
|
icon: props.fileIcon,
|
||||||
|
fileName: props.fileName,
|
||||||
|
repo: "",
|
||||||
|
}).char
|
||||||
|
}${props.fileName} `}</span>
|
||||||
<span className="bg-[#373040] text-[#29293c]">{"\ue0ba"}</span>
|
<span className="bg-[#373040] text-[#29293c]">{"\ue0ba"}</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user