fix: replace (?) placeholder with info icon in content page editor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-28 21:12:22 +01:00
parent efc2fd209a
commit 487d52f108

View File

@@ -243,7 +243,9 @@
Show in Legal
</span>
</label>
<span class="ml-2 text-xs text-gray-500 dark:text-gray-400" title="Bottom bar next to copyright">(?)</span>
<span class="ml-2 text-gray-400 dark:text-gray-500 cursor-help" title="Bottom bar next to copyright">
<span x-html="$icon('information-circle', 'w-4 h-4')"></span>
</span>
</div>
</div>
</div>