Skip to content

Commit

Permalink
feat: opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
wiscaksono committed Jul 4, 2023
1 parent c9a91b8 commit 5984e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/contacts/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default function Contacts() {
<Label htmlFor="name">_name</Label>
<Input name="name" type="text" placeholder="John Doe" required />
</div>

<div className="w-[80%] space-y-2">
<Label htmlFor="email">_email</Label>
<Input
Expand All @@ -60,6 +61,7 @@ export default function Contacts() {
required
/>
</div>

<div className="w-[80%] space-y-2">
<Label htmlFor="message">_message</Label>
<Textarea
Expand All @@ -68,6 +70,7 @@ export default function Contacts() {
required
/>
</div>

<div className="w-[80%] flex items-center gap-x-5">
<Button type="submit" className="self-start" loading={isLoading}>
send-message
Expand Down
Binary file added src/app/opengraph-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5984e53

Please sign in to comment.