Skip to content
Snippets Groups Projects
Commit 363c99c8 authored by theraj's avatar theraj
Browse files

tweaked FB dashboard UI

parent bda4aea9
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,8 @@ export default class extends Component {
</ContentHolder>
</Box>
<Box title="Interpretation">
<PageHeader>Data & Analytics</PageHeader>
<Box>
<Tabs defaultActiveKey="1" onChange={callback}>
<TabPane tab="Raw Data" key="1">
{FriendData.friends.map((friend, idx) => (
......@@ -120,7 +121,7 @@ export default class extends Component {
</Col>
))}
</TabPane>
<TabPane tab="Analytics" key="2">
<TabPane tab="Graphs" key="2">
<Row style={rowStyle} gutter={0} justify="start">
<Col lg={24} md={12} sm={12} xs={24} style={colStyle}>
<IsoWidgetsWrapper>
......
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