Skip to content

Commit

Permalink
add buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Dec 9, 2024
1 parent fcfccb5 commit 4390141
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/components/search/G325A.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@
</div>
</div>
</FormGroup>
<ButtonSet>
<Button kind="secondary">Reset</Button>
<Button>Submit</Button>
</ButtonSet>
</Form>
4 changes: 4 additions & 0 deletions src/lib/components/search/NatCert.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,8 @@
</div>
</div>
</FormGroup>
<ButtonSet>
<Button kind="secondary">Reset</Button>
<Button>Submit</Button>
</ButtonSet>
</Form>

0 comments on commit 4390141

Please sign in to comment.