mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Change login notification to error
This commit is contained in:
parent
76fc2b04f4
commit
bd9ef6d221
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
||||||
[:*
|
[:*
|
||||||
(when-let [message @error]
|
(when-let [message @error]
|
||||||
[:& context-notification
|
[:& context-notification
|
||||||
{:type :warning
|
{:type :error
|
||||||
:content message
|
:content message
|
||||||
:data-test "login-banner"
|
:data-test "login-banner"
|
||||||
:role "alert"}])
|
:role "alert"}])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue