Skip to content
Snippets Groups Projects
Commit b5adf2ed authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by Maz Ameli
Browse files

microcopy cleanup

parent 55799c63
No related branches found
No related tags found
No related merge requests found
......@@ -73,14 +73,14 @@ export class SchemaBrowser extends React.Component {
hover={{ color: normal.purple }}
>
<Card hoverable px={1}>
<Flex align='center'>
<Flex align="center">
<EntityItem
name={schema.name}
iconName="folder"
iconColor={normal.purple}
item={schema}
/>
<Box ml='auto'>
<Box ml="auto">
<Icon name="reference" />
<Tooltip tooltip={t`X-ray this schema`}>
<Icon name="bolt" mx={1} />
......
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