Skip to content

Commit

Permalink
remove styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jun 21, 2022
1 parent 41bb893 commit 19473d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions src/components/theme/Widgets/DataProvenanceView.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import cx from 'classnames';
import { List } from 'semantic-ui-react';
import './public.less';

const DataProvenanceWidgetView = ({ value, className }) =>
value?.data ? (
Expand All @@ -12,7 +11,7 @@ const DataProvenanceWidgetView = ({ value, className }) =>
<List.Content key={index}>
<a href={item.link}>{item.link}</a>
</List.Content>
<List.Content key={index}>{item.organisation}</List.Content>
<List.Description key={index}>{item.organisation}</List.Description>
</List.Item>
))}
</List>
Expand Down
22 changes: 0 additions & 22 deletions src/components/theme/Widgets/public.less

This file was deleted.

0 comments on commit 19473d3

Please sign in to comment.