Renames FramedSegment to Segment
This commit is contained in:
@@ -2,16 +2,16 @@ import React from 'react'
|
||||
|
||||
import AppPage from '../common/app-page'
|
||||
import AppText from '../common/app-text'
|
||||
import FramedSegment from '../common/framed-segment'
|
||||
import Segment from '../common/segment'
|
||||
|
||||
import labels from '../../i18n/en/settings'
|
||||
|
||||
const License = () => {
|
||||
return (
|
||||
<AppPage title={labels.license.title} >
|
||||
<FramedSegment last >
|
||||
<Segment last >
|
||||
<AppText>{labels.license.text}</AppText>
|
||||
</FramedSegment>
|
||||
</Segment>
|
||||
</AppPage>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user