Update LinkIcon.tsx
This commit is contained in:
@@ -40,7 +40,7 @@ export default function LinkIcon(props: {
|
|||||||
return <FaFileCode {...rest} className={`${className} text-blue-500 `} />;
|
return <FaFileCode {...rest} className={`${className} text-blue-500 `} />;
|
||||||
case LinkType.github:
|
case LinkType.github:
|
||||||
return (
|
return (
|
||||||
<FaGithubSquare {...rest} className={`${className} text-gray-500 `} />
|
<FaGithubSquare {...rest} className={`${className} text-gray-200 `} />
|
||||||
);
|
);
|
||||||
case LinkType.googleDrive:
|
case LinkType.googleDrive:
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user