mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor: Replace security notice with a callout component for better readability
This commit is contained in:
parent
903621dbaa
commit
da454f4b38
1 changed files with 4 additions and 14 deletions
|
|
@ -105,19 +105,9 @@
|
|||
</div>
|
||||
|
||||
<!-- Security Notice -->
|
||||
<div class="rounded-sm alert-warning text-sm">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="w-5 h-5 stroke-current shrink-0" fill="none"
|
||||
viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||
d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z" />
|
||||
</svg>
|
||||
<div>
|
||||
<div class="font-semibold">Security Notice</div>
|
||||
<div class="text-xs mt-1">
|
||||
Uploaded files are stored temporarily and will be automatically deleted after the expiration time.
|
||||
Do not upload sensitive files without encryption. Always verify file permissions after upload.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<x-callout type="warning" title="Security Notice">
|
||||
Uploaded files are stored temporarily and will be automatically deleted after the expiration time.
|
||||
Do not upload sensitive files without encryption. Always verify file permissions after upload.
|
||||
</x-callout>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue