Skip to content

Stage #2

Merged
merged 6 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: List repository structure
run: |
echo "Listing repository structure:"
find . -maxdepth=2 | sort
ls -R
- name: Dotenv Action
uses: falti/dotenv-action@v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/SignupForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function SignupForm() {
<Box className={"whiteBox"}>
<Box className={"itemBox"}>
<Box className={"title"}>
<h2>TEST</h2>
<h2>TEST3</h2>
</Box>
</Box>

Expand Down
Loading