Update ImportExport.razor (#542)

This commit is contained in:
Leendert de Borst
2025-03-24 17:41:16 +01:00
committed by Leendert de Borst
parent ef7398b47a
commit 09dda0147b

View File

@@ -16,7 +16,7 @@
<div class="p-4 mx-4 mb-4 bg-white border border-gray-200 rounded-lg shadow-sm 2xl:col-span-2 dark:border-gray-700 sm:p-6 dark:bg-gray-800">
<h3 class="mb-4 text-xl font-semibold dark:text-white">Import vault</h3>
<div class="mb-4 text-sm text-gray-500 dark:text-gray-400">
Select a service to import from. If you are using a service that is not listed here, you can import from a CSV file manually. Or if you believe we are missing a popular service, please contact us and let us know.
Select a service to import from. If you are using a service that is not listed here, you can import from a CSV file manually. Or if you believe we are missing a popular service, please raise an issue on <a href="https://github.com/lanedirt/AliasVault/issues" target="_blank" class="text-blue-500 hover:text-blue-700">GitHub</a> or contact us.
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
<ImportServiceBitwarden />