Skip to content

Commit

Permalink
change images in home page to LG23
Browse files Browse the repository at this point in the history
  • Loading branch information
JomnoiZ committed Aug 27, 2024
1 parent 9ea2c9e commit d86a430
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ yarn-error.log*
*.rest
*.http

.yarn
.yarn

legacy/
Binary file modified src/assets/images/description/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/description/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/description/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/description/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/description/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/5.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/images/gallery/5.2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/modules/applications/step2.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const ApplicationStepTwoModule: React.FC = () => {
const onSubmit = useCallback(
async data => {
const values = convertProfileSchemaToProfileDTO(data)
console.log(values)
try {
await updateApplication(values)
return true
Expand Down

0 comments on commit d86a430

Please sign in to comment.