Skip to content

Commit

Permalink
Merge pull request #430 from tianenpang/docs/popover-custom-content
Browse files Browse the repository at this point in the history
docs: remove unnecessary import from popover example
  • Loading branch information
jrgarciadev committed Apr 25, 2022
2 parents 025dc4d + 12f2460 commit 689c2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/content/components/popover/custom-content.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DeleteUser = `import React from "react";
import { useTheme, Text, Button, Grid, Row } from "@nextui-org/react";
import { Text, Button, Grid, Row } from "@nextui-org/react";
export const DeleteUser = () => {
return (
Expand All @@ -11,7 +11,7 @@ export const DeleteUser = () => {
</Row>
<Row>
<Text>
Are you sure you want to delete this user ?, by doing this, you will
Are you sure you want to delete this user ? By doing this, you will
not be able to recover the data.
</Text>
</Row>
Expand Down

1 comment on commit 689c2f2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nextui-docs ready!

✅ Preview
https://nextui-docs-50dxvl7v0-nextui-org.vercel.app

Built with commit 689c2f2.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.