Skip to content

Commit d11ebde

Browse files
committed
Minor positioning adjustments.
1 parent a524d06 commit d11ebde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/pages/Settings.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,11 @@ const SettingsPage: React.FC<{ hasUpdate: boolean; onUpdate: () => void }> = ({
202202
},
203203
]}
204204
/>
205-
<br />
206205
<IonNote color="medium" class="ion-margin-horizontal" style={{ display: "block", textAlign: "center" }}>
207206
Made by <a href="https://subo.dev">soup-bowl</a> and{" "}
208207
<a href="https://github.com/soup-bowl/Localib">open source</a>.
209208
</IonNote>
210-
<DonateButton style={{ marginTop: 10, display: "block", textAlign: "center" }} />
209+
<DonateButton style={{ marginTop: 20, display: "block", textAlign: "center" }} />
211210
</IonContent>
212211
</IonPage>
213212
)

0 commit comments

Comments
 (0)