File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ import styled from '@emotion/styled/macro'
99import { Terminal } from 'components/Terminal'
1010import { useState } from 'react'
1111import { contentWidth } from 'components/common'
12+ import { Div } from 'components/Div'
1213
13- const ScrollCard = styled ( Card ) `
14+ const ScrollCard = styled ( Div ) `
1415 padding: 10px;
1516 width: ${ contentWidth } px;
1617`
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, { useEffect } from 'react'
22import { useApolloData } from 'hooks/common'
33import { useTranslation } from 'react-i18next'
44import { usePracticesQuery } from 'generated/graphql'
5- import { Card , Divider , H1 , Menu } from '@blueprintjs/core'
5+ import { Divider , H1 , Menu } from '@blueprintjs/core'
66import { Route , Switch , useHistory } from 'react-router-dom'
77import { labLink } from 'components/Link'
88import styled from '@emotion/styled/macro'
@@ -16,7 +16,7 @@ const Container = styled.div`
1616 display: flex;
1717`
1818
19- const WelcomeContainer = styled ( Card ) `
19+ const WelcomeContainer = styled ( Div ) `
2020 display: flex;
2121 vertical-align: middle;
2222 align-items: center;
You can’t perform that action at this time.
0 commit comments