feat: add MiroFlow to navbar next to Insights
This commit is contained in:
parent
31914956ef
commit
13a83840ce
|
|
@ -91,6 +91,16 @@ function CompactNavigationBar() {
|
||||||
</div>
|
</div>
|
||||||
<span className="hidden md:inline">Insights</span>
|
<span className="hidden md:inline">Insights</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="flex items-center gap-1 hover:bg-muted px-2 py-1.5 rounded cursor-pointer transition-colors flex-shrink-0"
|
||||||
|
onClick={() => navigateTo("/scientist", "MiroFlow")}
|
||||||
|
data-testid="bookmark-miroflow"
|
||||||
|
>
|
||||||
|
<div className="w-4 h-4 bg-gradient-to-br from-violet-600 to-violet-800 rounded-sm flex items-center justify-center">
|
||||||
|
<Beaker className="w-2.5 h-2.5 text-white" />
|
||||||
|
</div>
|
||||||
|
<span className="hidden md:inline">MiroFlow</span>
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
className="flex items-center gap-1 hover:bg-muted px-2 py-1.5 rounded cursor-pointer transition-colors flex-shrink-0"
|
className="flex items-center gap-1 hover:bg-muted px-2 py-1.5 rounded cursor-pointer transition-colors flex-shrink-0"
|
||||||
onClick={() => navigateTo("/compass", "Compass")}
|
onClick={() => navigateTo("/compass", "Compass")}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue