mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Remove space
This commit is contained in:
parent
b023a43fee
commit
35e34c0bc6
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ function AccountInfo({
|
|||
return (
|
||||
<div
|
||||
tabIndex="-1"
|
||||
class={`account-container ${uiState === 'loading' ? 'skeleton' : ''}`}
|
||||
class={`account-container ${uiState === 'loading' ? 'skeleton' : ''}`}
|
||||
style={{
|
||||
'--header-color-1': headerCornerColors[0],
|
||||
'--header-color-2': headerCornerColors[1],
|
||||
|
|
Loading…
Reference in a new issue