feat(ui): rename "Generation" tab to "Canvas", updated icons

This commit is contained in:
psychedelicious
2024-09-14 17:57:48 +10:00
parent 2241d115c3
commit e48ec1ce6d
12 changed files with 36 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ const QueueControls = () => {
{isPrependEnabled && <QueueFrontButton />}
<InvokeQueueBackButton />
<Spacer />
{tab === 'generation' && <SendToToggle />}
{tab === 'canvas' && <SendToToggle />}
<ClearQueueIconButton />
</Flex>
<ProgressBar />