Skip to content

Commit 2923fda

Browse files
committed
source panel updates and new logo
1 parent bfdb2a2 commit 2923fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fresco
2-
Refactor of Maputnik - an open source map style editor
2+
An open source map style editor.
33

44
This editor is undergoing major development and is subject to drastic changes.
55

src/view/Vsource/VsourceAdd.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class VsourceAdd extends React.Component {
105105
name:'makeLayers',
106106
type:'checkbox',
107107
value:this.state.makeLayers,
108-
label:'make layers from source?',
108+
label:'make style layers from source?',
109109
error:error && error.get && error.get('type')
110110
}} focus={this.state.focus} handle={this.handle}/>
111111

0 commit comments

Comments
 (0)