move divider

This commit is contained in:
Anthony Stirling 2025-08-25 16:05:19 +01:00
parent 77e922f439
commit e6e6af8a49

View File

@ -170,8 +170,8 @@ const QuickAccessBar = forwardRef<HTMLDivElement>(({
</div>
{/* Add divider after Automate button (index 2) */}
{index === 2 && (
{/* Add divider after Automate button (index 1) and Files button (index 2) */}
{index === 1 && (
<Divider
size="xs"
className="content-divider"