We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a524d06 commit d11ebdeCopy full SHA for d11ebde
frontend/src/pages/Settings.tsx
@@ -202,12 +202,11 @@ const SettingsPage: React.FC<{ hasUpdate: boolean; onUpdate: () => void }> = ({
202
},
203
]}
204
/>
205
- <br />
206
<IonNote color="medium" class="ion-margin-horizontal" style={{ display: "block", textAlign: "center" }}>
207
Made by <a href="https://subo.dev">soup-bowl</a> and{" "}
208
<a href="https://github.com/soup-bowl/Localib">open source</a>.
209
</IonNote>
210
- <DonateButton style={{ marginTop: 10, display: "block", textAlign: "center" }} />
+ <DonateButton style={{ marginTop: 20, display: "block", textAlign: "center" }} />
211
</IonContent>
212
</IonPage>
213
)
0 commit comments