Skip to content

Commit

Permalink
issue #26: eof
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed May 30, 2024
1 parent 212b8a4 commit f40f10a
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ COPY --from=build /code/dist /app
EXPOSE 3000

# Serve your app
ENTRYPOINT ["serve", "-s", "/app"]
ENTRYPOINT ["serve", "-s", "/app"]
2 changes: 1 addition & 1 deletion public/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Components/DragDropFileInput/DragDropFileInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ input[type="file"] {

.drag-drop-container{
grid-area: a;
}
}
2 changes: 1 addition & 1 deletion src/Components/FileList/FileElement/FileElement.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@

.cross:after {
transform: translate(-50%, -50%) rotate(-45deg);
}
}
1 change: 0 additions & 1 deletion src/Components/FileList/FileList.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@
.overlay.active {
visibility: visible; /* Show overlay when an image is selected */
}

2 changes: 1 addition & 1 deletion src/Pages/HomePage/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
.submit-btn{
margin-top:50px;
grid-area: c;
}
}
2 changes: 1 addition & 1 deletion src/Pages/JsonPage/Json.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

pre{
text-align: left;
}
}
2 changes: 1 addition & 1 deletion src/Pages/JsonPage/Json.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ function JsonPage(){
);
}

export default JsonPage
export default JsonPage
2 changes: 1 addition & 1 deletion src/assets/6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f40f10a

Please sign in to comment.