feat[react]: Linting with eslint 9
This commit is contained in:
parent
14eab04d5b
commit
f69093b0dc
99 changed files with 1260 additions and 956 deletions
|
@ -57,10 +57,6 @@ export const Username = ({ welcome = false, Link = false }) => {
|
|||
? '/welcome/' + welcomeSteps[account.control][5]
|
||||
: '/docs/about/guide'
|
||||
|
||||
let btnClasses = 'daisy-btn mt-4 capitalize '
|
||||
if (welcome) btnClasses += 'w-64 daisy-btn-secondary'
|
||||
else btnClasses += 'w-full daisy-btn-primary'
|
||||
|
||||
return (
|
||||
<div className="tw:w-full">
|
||||
<StringInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue