Files
no-copy-frontend/src/app/ui/marking-page/test-section.tsx
T
2025-12-09 18:08:58 +07:00

17 lines
508 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default function TestSection() {
return (
<div className="test-section">
<h3>
Проверить защиту файла
</h3>
<div className="test-section-content">
<button className="btn btn-primary">
Выбрать фаил для анализа
</button>
<p>
При обнаружении защиты будет показана полная информация о владельце (WEBP НЕ поддерживается)
</p>
</div>
</div>
)
}