Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Livi-96 committed Dec 22, 2023
1 parent 304cbba commit dafed21
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions harvesthub/app/tips-and-tricks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,17 @@ export default function TipsnTricks() {
/>
<hr />
<div className="formButtonBox">

<Button
onClick={() => {
setAddTipForm(false);
}}
className="formButton"
border="solid 1px black"
boxShadow="10px 9px 30px 1px rgba(0,0,0,0.75)"
>
Cancel
</Button>
<Button
type="submit"
border="solid 1px black"
Expand All @@ -211,16 +222,6 @@ export default function TipsnTricks() {
>
Submit
</Button>
<Button
onClick={() => {
setAddTipForm(false);
}}
className="formButton"
border="solid 1px black"
boxShadow="10px 9px 30px 1px rgba(0,0,0,0.75)"
>
Cancel
</Button>
</div>
</FormControl>
</Flex>
Expand Down

0 comments on commit dafed21

Please sign in to comment.