Interview module is refactored to use layouts and re-usable components along with domain components. Style remains identitical to previous design.
10 lines
652 B
PHP
10 lines
652 B
PHP
<div id="tab-content-screenshots" class="hidden">
|
|
<div class="bg-slate-950/70 border border-slate-800 rounded-lg p-8 flex flex-col items-center justify-center min-h-[250px] text-center">
|
|
<div class="w-10 h-10 rounded-full bg-amber-500/10 border border-amber-500/20 flex items-center justify-center text-amber-400 mb-3 text-base">
|
|
<i class="fa-solid fa-clock"></i>
|
|
</div>
|
|
<div class="text-sm font-semibold text-white mb-1">Coming Soon</div>
|
|
<div class="text-xs text-slate-400 max-w-xs leading-relaxed">Tab switch screenshot capturing and inspection is currently under maintenance.</div>
|
|
</div>
|
|
</div>
|