Update web/app/(commonLayout)/apps/Apps.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/20706/head
crazywoola 12 months ago committed by GitHub
parent 2411d5ba4c
commit ec79956c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -213,7 +213,11 @@ const Apps = () => {
</div>}
{isCurrentWorkspaceEditor && (
<div className={`flex items-center justify-center gap-2 py-4 ${dragging ? 'text-text-accent' : 'text-text-quaternary'}`}>
<div
className={`flex items-center justify-center gap-2 py-4 ${dragging ? 'text-text-accent' : 'text-text-quaternary'}`}
role="region"
aria-label={t('app.newApp.dropDSLToCreateApp')}
>
<RiDragDropLine className="h-4 w-4" />
<span className="system-xs-regular">{t('app.newApp.dropDSLToCreateApp')}</span>
</div>

Loading…
Cancel
Save