remove target and rel
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
@@ -69,9 +69,7 @@ export const DashboardEntityList = () => {
|
||||
</Typography>
|
||||
</Box>
|
||||
<Box flexGrow="1">
|
||||
<Link to={entity.permalink} target="_blank" rel="noopener">
|
||||
{entity.name}
|
||||
</Link>
|
||||
<Link to={entity.permalink}>{entity.name}</Link>
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user