🌐 replace "public link" by "link" (#129) (#133)

* 🌐 replace "public link" by "link"
This commit is contained in:
Greemty
2023-07-05 18:41:41 +02:00
committed by GitHub
parent 20fb9f3ea3
commit 7d5ee1a87f
4 changed files with 7 additions and 7 deletions
@@ -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} />;
};