fix(explorer): resolve notion sync, add debug logging, and fix UI display for industries v0.6.1

This commit is contained in:
2026-01-20 15:35:26 +00:00
parent f68562d20c
commit 23b3e709b9
6 changed files with 129 additions and 185 deletions

View File

@@ -80,7 +80,7 @@ function App() {
</div>
<div>
<h1 className="text-xl font-bold text-slate-900 dark:text-white tracking-tight">Company Explorer</h1>
<p className="text-xs text-blue-600 dark:text-blue-400 font-medium">ROBOTICS EDITION <span className="text-slate-500 dark:text-slate-600 ml-2">v0.5.0</span></p>
<p className="text-xs text-blue-600 dark:text-blue-400 font-medium">ROBOTICS EDITION <span className="text-slate-500 dark:text-slate-600 ml-2">v0.6.1</span></p>
</div>
</div>