mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: add Import & Export page and update Help page with new navigation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { HardDriveDownload } from 'lucide-preact';
|
||||
import { Cloud } from 'lucide-preact';
|
||||
import { t } from '@/lib/i18n';
|
||||
|
||||
export default function HelpPage() {
|
||||
@@ -8,7 +8,7 @@ export default function HelpPage() {
|
||||
<h3>{t('backup_strategy_title')}</h3>
|
||||
<div className="empty" style={{ minHeight: 180 }}>
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<HardDriveDownload size={34} style={{ color: '#64748b', marginBottom: 8 }} />
|
||||
<Cloud size={34} style={{ color: '#64748b', marginBottom: 8 }} />
|
||||
<div>{t('backup_strategy_under_construction')}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user