chore: Remove lint
This commit is contained in:
parent
cf2e2139a3
commit
5f11da267c
2 changed files with 7 additions and 14 deletions
|
@ -75,7 +75,7 @@ export const ShowUser = ({ user, button = null }) => (
|
|||
style={{
|
||||
backgroundImage: `url(${cloudflareConfig.url}uid-${user.ihash}/sq500)`,
|
||||
backgroundSize: 'cover',
|
||||
backgroundColor: 'linear-gradient(#80FFDB, #64DFDF, #48BFE3, #5390D9, #5E60CE);',
|
||||
backgroundColor: '#ccc',
|
||||
}}
|
||||
></div>
|
||||
<div className="w-full">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue