add documentation
This commit is contained in:
10
apps/docs/src/components/personal-data-warning.tsx
Normal file
10
apps/docs/src/components/personal-data-warning.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Callout } from 'nextra/components';
|
||||
|
||||
export function PersonalDataWarning() {
|
||||
return (
|
||||
<Callout emoji="⚠️">
|
||||
Keep in mind that this is considered personal data. Make sure you have the
|
||||
users consent before calling this!
|
||||
</Callout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user