Skip to content

Commit

Permalink
Merge pull request #313 from naufalnrsmitter20/development
Browse files Browse the repository at this point in the history
fix: correct wording in aspiration form header
  • Loading branch information
naufalnrsmitter20 authored Nov 25, 2024
2 parents cffbe99 + ba0f2c8 commit b0b7cdc
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 42 deletions.
102 changes: 63 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@next/third-parties": "^14.2.5",
"@prisma/client": "^5.14.0",
"@prisma/client": "^5.22.0",
"@types/bcrypt": "^5.0.2",
"@uiw/react-md-editor": "^4.0.4",
"bcrypt": "^5.1.1",
Expand Down Expand Up @@ -66,7 +66,7 @@
"postcss": "^8",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.14.0",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
Expand Down
3 changes: 2 additions & 1 deletion src/app/(main)/aspirasi/_components/AspirationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default function AspirationForm({
{recipient && type && (
<>
<H3>
Tuliskan aspirasimu untuk {type !== "EVENT" ? recipient : eventName}
Tuliskan aspirasi anda untuk{" "}
{type !== "EVENT" ? recipient : eventName}
</H3>
<form action={submitForm} ref={ref} className="mt-4">
<div className="flex flex-col gap-5 mb-5">
Expand Down

0 comments on commit b0b7cdc

Please sign in to comment.