- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
14 lines
680 B
PHP
14 lines
680 B
PHP
<div class="bg-white rounded-lg border border-gray-200 p-6">
|
|
<h2 class="text-xl font-bold text-gray-900 mb-4">{{ __('help.topic_exports') }}</h2>
|
|
|
|
<div class="prose prose-sm max-w-none text-gray-700 space-y-4">
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.exports_csv_title') }}</h3>
|
|
<p>{{ __('help.exports_csv_text') }}</p>
|
|
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.exports_pdf_title') }}</h3>
|
|
<p>{{ __('help.exports_pdf_text') }}</p>
|
|
|
|
<h3 class="text-lg font-semibold text-gray-800">{{ __('help.exports_filter_title') }}</h3>
|
|
<p>{{ __('help.exports_filter_text') }}</p>
|
|
</div>
|
|
</div>
|