Edited Authed.tsx for header to be optional bc we have different headers (the only way that I've found that headers can be edge-to-edge is to wrap them in <IonPage> component, but I'm not sure if this is the best way to go about it so I didn't include it in the component, but have instead been adding it to the pages that use <SettingsHeader>)
SettingsHeader
folder in componentsAuthed.tsx
for header to be optional bc we have different headers (the only way that I've found that headers can be edge-to-edge is to wrap them in<IonPage>
component, but I'm not sure if this is the best way to go about it so I didn't include it in the component, but have instead been adding it to the pages that use<SettingsHeader>
)