Skip to content

Commit

Permalink
chore: copy in warning modal (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dušek <jan@dusek.xyz>
  • Loading branch information
Zycon42 authored Dec 15, 2024
1 parent 5d4774a commit 8120aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/artifacts/WarningModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ export function WarningModal({ artifactId }: Props) {

<div className="flex flex-col gap-y-4 md:gap-y-6">
<p>
You are viewing a user-generated app. Apps are reusable widgets that
can be used to streamline simple, everyday tasks.
You are viewing a user-generated app. Apps created with BeeAI are
reusable and can streamline simple, everyday tasks.
</p>

<p>
This app was made and published using Bee, a next generation AI
This app was made and published using BeeAI, an experimental
productivity solution. Use discretion when engaging with apps, as they
may contain unsafe or potentially unsafe content.
</p>

<p>
You can also copy and edit this app using your own Bee account to
You can also copy and edit this app using your own BeeAI account to
personalize it to your needs.
</p>
</div>
Expand Down

0 comments on commit 8120aca

Please sign in to comment.