Skip to content

Commit

Permalink
feat: add create form to front page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Jun 19, 2023
1 parent d166714 commit fca8bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/bc-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ const BeanconquerorCard = () => (
button={"View share link"}
href={"/beanconqueror/share/view"}
/>
<LinkDetail
detail={"Create a share url"}
button={"Create share link"}
href={"/beanconqueror/share/create"}
/>
</CardContent>
</Card>
)
Expand Down

0 comments on commit fca8bb8

Please sign in to comment.