a tool for shared writing and social publishing

fixed issue with watermark showing up in wrong place on mobile safari

+1 -1
+1 -1
components/MobileFooter.tsx
··· 41 41 </div> 42 42 </div> 43 43 ) : ( 44 - <div className="pb-2 px-2 z-10 justify-end place-self-end"> 44 + <div className="pb-2 px-2 z-10 flex justify-end"> 45 45 <Watermark mobile /> 46 46 </div> 47 47 )}