Skip to content

Commit

Permalink
unsafe dom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danikova committed Dec 1, 2023
1 parent ff5b461 commit 741dcd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/picture-upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ export function PictureUpload({
<DialogDescription className="opacity-50">
Here you can upload new pictures to imgur to use as a background,
you can use your own picture or an existing one from any url picture
<div className="text-orange-400">
<br />
<span className="text-orange-400">
WARNING: these pictures will be publicly available after upload
</div>
</span>
</DialogDescription>
</DialogHeader>
<Label>Picture</Label>
Expand Down

0 comments on commit 741dcd0

Please sign in to comment.