File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const errors = {
9393 [ ErrorCode . UNKNOWN ] : {
9494 status : 'Unknown error' ,
9595 description : 'An unknown error has occurred. Unplug your device, restart your browser and try again.' ,
96- bgColor : 'bg-red -500' ,
96+ bgColor : 'bg-yellow -500' ,
9797 icon : exclamation ,
9898 } ,
9999 [ ErrorCode . REQUIREMENTS_NOT_MET ] : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function GitHubIcon({ className }) {
1818
1919function CommaIcon ( { className } ) {
2020 return (
21- < svg className = { className } viewBox = "6 7 34 34 " fill = "currentColor" >
21+ < svg className = { className } viewBox = "2 3 42 42 " fill = "currentColor" >
2222 < path fillRule = "evenodd" clipRule = "evenodd" d = "M16.6964 40C16.6964 39.2596 16.6385 38.6393 16.7236 38.0415C16.7599 37.7865 17.0575 37.5135 17.3001 37.3595C18.4832 36.6087 19.7684 36.0092 20.8699 35.1481C24.4378 32.3587 26.5526 28.6866 26.6682 23.9166C26.7009 22.5622 26.203 22.2238 25.0654 22.7514C21.7817 24.2746 18.2505 23.3815 16.3659 20.5509C14.3107 17.4636 14.6001 13.3531 17.0626 10.6562C20.2079 7.21156 25.3833 7.10849 28.9522 10.3982C31.09 12.3688 32.1058 14.9132 32.3591 17.8074C33.2084 27.5032 28.3453 35.495 19.4941 39.0057C18.6181 39.353 17.7198 39.6382 16.6964 40Z" />
2323 </ svg >
2424 )
You can’t perform that action at this time.
0 commit comments