mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 06:09:23 +00:00
move divider
This commit is contained in:
parent
77e922f439
commit
e6e6af8a49
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user