summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-30 20:17:24 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-30 20:17:24 +0200
commit7c5ca9fdcafcec0e3781ed856eba42cd608f0e15 (patch)
treea4425e8ce03538c1741e6c10b0a2459bcb03aea2 /public/bundle.js
parent82cf40b516b5ab11c34b3642a01603ec1b590c9f (diff)
es6 stuff
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js
index d226fcc..11109e6 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -6182,7 +6182,7 @@ var Folder = function (_Component) {
(0, _preact.h)(
'button',
{ onClick: this.props.onClose },
- 'x'
+ '\xD7'
)
)
),
@@ -6282,7 +6282,7 @@ var Folder = function (_Component) {
(0, _preact.h)(
'span',
null,
- '+ file'
+ '+ upload'
)
);
}