feat: move member list to workspace setting

This commit is contained in:
Steven
2023-03-15 08:08:05 +08:00
parent c7d345f21d
commit 8a8515b29e
4 changed files with 53 additions and 57 deletions

View File

@@ -82,7 +82,7 @@ const ShortcutListView: React.FC<Props> = (props: Props) => {
</button>
</Tooltip>
<Tooltip title="Go to link" variant="solid" placement="top">
<a className="cursor-pointer mr-4 hover:opacity-80" target="_blank" href={shortcut.link} rel="noreferrer">
<a className="cursor-pointer mr-4 hover:opacity-80" target="_blank" href={shortcut.link}>
<Icon.ExternalLink className="w-5 h-auto" />
</a>
</Tooltip>