fix: vaultwarden info mismatch (#645)

This commit is contained in:
Bram Suurd 2024-12-02 21:29:18 +01:00 committed by GitHub
parent 4bb5741707
commit 47ecc7a006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export default function ScriptAccordion({
value={expandedItem}
onValueChange={handleAccordionChange}
collapsible
className="overflow-y-scroll max-h-[calc(100vh-210px)] overflow-x-hidden mt-3 p-2"
className="overflow-y-scroll max-h-[calc(100vh-220px)] overflow-x-hidden mt-3 p-2"
>
{items.map((category) => (
<AccordionItem

View File

@ -47,7 +47,7 @@
"type": "warning"
},
{
"text": "Build Settings for normal LXC: 4GB RAM - 6GB Storage - 4vCPU",
"text": "Build Settings for normal LXC: 6GB RAM - 6GB Storage - 4vCPU",
"type": "info"
}
]