File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
frontend/src/pages/Settings Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,11 @@ const SettingsProfilePage: React.FC = () => {
72
72
< InfoBanners />
73
73
</ IonHeader >
74
74
< IonContent className = "ion-padding" >
75
- < div
75
+ < IonCard
76
76
className = "avatar-background"
77
- style = { { backgroundImage : data ?. banner_base64 ? `url(${ data . banner_base64 } )` : undefined } }
77
+ style = { {
78
+ backgroundImage : data ?. banner_base64 ? `url(${ data . banner_base64 } )` : undefined ,
79
+ } }
78
80
>
79
81
< div className = "profile-column" >
80
82
< IonAvatar >
@@ -93,7 +95,7 @@ const SettingsProfilePage: React.FC = () => {
93
95
< IonCardContent > { data ?. profile } </ IonCardContent >
94
96
</ IonCard >
95
97
< br />
96
- </ div >
98
+ </ IonCard >
97
99
< IonList inset = { true } >
98
100
< IonItem color = { lightMode } >
99
101
< IonLabel > Registered</ IonLabel >
You can’t perform that action at this time.
0 commit comments