Skip to content
Snippets Groups Projects
Unverified Commit 2621f637 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove db xray link on overworld (#8183)

parent e1657e4b
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,11 @@ class Overworld extends React.Component {
database.engine
}`}
>
<Box p={3} bg={colors["bg-medium"]}>
<Box
p={3}
bg={colors["bg-medium"]}
className="hover-parent hover--visibility"
>
<Icon
name="database"
color={normal.purple}
......@@ -223,16 +227,6 @@ class Overworld extends React.Component {
<h3>{database.name}</h3>
<Box ml="auto" mr={1} className="hover-child">
<Flex align="center">
<Tooltip tooltip={t`X-ray this table`}>
<Link to={`explore/${database.id}/`}>
<Icon
name="bolt"
mx={1}
color={normal.yellow}
size={20}
/>
</Link>
</Tooltip>
<Tooltip tooltip={t`Learn about this table`}>
<Link
to={`reference/databases/${database.id}`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment