Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ditzzy authored Feb 24, 2023
1 parent cddfc6a commit 3fe72f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileManagerContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default () => {
<div className={style.manager_actions}>
<FileManagerStatus />
<NewDirectoryButton />
<FetchButton css={tw`w-full btn-primary flex-none mt-4 sm:mt-0 sm:w-auto sm:mr-4`}/>
<FetchButton css={tw`w-full flex-none mt-4 sm:mt-0 sm:w-auto sm:mr-4`}/>
<UploadButton />
<NavLink to={`/server/${id}/files/new${window.location.hash}`}>
<Button>New File</Button>
Expand Down

0 comments on commit 3fe72f1

Please sign in to comment.