use monolith instead of singlefile
This commit is contained in:
@@ -70,9 +70,14 @@ export default function LinkIcon({
|
||||
size={size}
|
||||
icon="bi-file-earmark-image"
|
||||
/>
|
||||
) : link.type === "singlefile" ? (
|
||||
<i className={`bi-filetype-html ${iconClasses}`}></i>
|
||||
) : undefined}
|
||||
) : // : link.type === "monolith" ? (
|
||||
// <LinkPlaceholderIcon
|
||||
// iconClasses={iconClasses + dimension}
|
||||
// size={size}
|
||||
// icon="bi-filetype-html"
|
||||
// />
|
||||
// )
|
||||
undefined}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user