* 🌐 replace "public link" by "link"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CloudIcon } from '@heroicons/react/solid';
|
||||
import { LinkIcon } from '@heroicons/react/solid';
|
||||
|
||||
export const PublicIcon = ({ className }: { className?: string }) => {
|
||||
return <CloudIcon className={className} />;
|
||||
return <LinkIcon className={className} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user