This commit is contained in:
ChngYrNick
2019-08-05 13:46:31 +03:00
parent 8d9850819c
commit a3fd59006a

View File

@ -3,7 +3,7 @@ import React, { Fragment } from "react";
function App() { function App() {
return ( return (
<Fragment> <Fragment>
<nav class="navbar navbar-default navbar-fixed-top" /> <nav className="navbar navbar-default navbar-fixed-top" />
<div className="container-fluid fill"> <div className="container-fluid fill">
<div className="row fill"> <div className="row fill">
<div className="col-sm-4 fill"> <div className="col-sm-4 fill">
@ -34,7 +34,7 @@ function App() {
</div> </div>
</div> </div>
</div> </div>
<form id="uploadFile" method="post" enctype="multipart/form-data"> <form id="uploadFile" method="post" encType="multipart/form-data">
<input <input
id="hiddenUploadField" id="hiddenUploadField"
type="file" type="file"
@ -46,7 +46,7 @@ function App() {
<div <div
className="modal fade" className="modal fade"
id="createBucketModal" id="createBucketModal"
tabindex="-1" tabIndex="-1"
role="dialog" role="dialog"
aria-labelledby="myModalLabel" aria-labelledby="myModalLabel"
> >