Loading packages/client/src/components/Settings/ChatSettings.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ export const ChatSettings = () => { <h2 className="text-xl">Chat</h2> </div> <p className="text-default-600 text-xs"> Chatting with other canvas users Chat with other canvas users </p> </header> <section> Loading packages/client/src/components/Settings/MiscSettings.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ export const MiscSettings = () => { <div className="flex flex-col gap-4 p-2"> <header className="flex flex-col gap-2"> <h2 className="text-xl">Misc</h2> <p className="text-xs text-default-600">Other Settings</p> <p className="text-xs text-default-600">Other settings</p> </header> <section className="flex gap-2 flex-col"> <Switch Loading @@ -20,7 +20,7 @@ export const MiscSettings = () => { settings.set({ key: "palette.colors", value }); }} > Show palette numbers Show Palette Numbers </Switch> <Button className="w-fit" Loading packages/client/src/components/Settings/TemplateSettings.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ export const TemplateSettings = () => { <h2 className="text-xl">Template</h2> </div> <p className="text-default-600 text-xs"> Displaying an image over the canvas to help guide placing Display an image over the canvas to help guide placing </p> </header> {enable && ( Loading packages/client/src/components/Welcome/WelcomeModal.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -52,9 +52,9 @@ export const WelcomeModal = () => { <h1 className="text-4xl text-center">Welcome to Canvas!</h1> <p> Canvas is a collaborative pixel placing event that uses Fediverse accounts Fediverse accounts. </p> <p>More information can be found in the top left</p> <p>More information can be found in the top left.</p> </ModalBody> <ModalFooter> <Button onPress={onClose}>Close</Button> Loading Loading
packages/client/src/components/Settings/ChatSettings.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ export const ChatSettings = () => { <h2 className="text-xl">Chat</h2> </div> <p className="text-default-600 text-xs"> Chatting with other canvas users Chat with other canvas users </p> </header> <section> Loading
packages/client/src/components/Settings/MiscSettings.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ export const MiscSettings = () => { <div className="flex flex-col gap-4 p-2"> <header className="flex flex-col gap-2"> <h2 className="text-xl">Misc</h2> <p className="text-xs text-default-600">Other Settings</p> <p className="text-xs text-default-600">Other settings</p> </header> <section className="flex gap-2 flex-col"> <Switch Loading @@ -20,7 +20,7 @@ export const MiscSettings = () => { settings.set({ key: "palette.colors", value }); }} > Show palette numbers Show Palette Numbers </Switch> <Button className="w-fit" Loading
packages/client/src/components/Settings/TemplateSettings.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ export const TemplateSettings = () => { <h2 className="text-xl">Template</h2> </div> <p className="text-default-600 text-xs"> Displaying an image over the canvas to help guide placing Display an image over the canvas to help guide placing </p> </header> {enable && ( Loading
packages/client/src/components/Welcome/WelcomeModal.tsx +2 −2 Original line number Diff line number Diff line Loading @@ -52,9 +52,9 @@ export const WelcomeModal = () => { <h1 className="text-4xl text-center">Welcome to Canvas!</h1> <p> Canvas is a collaborative pixel placing event that uses Fediverse accounts Fediverse accounts. </p> <p>More information can be found in the top left</p> <p>More information can be found in the top left.</p> </ModalBody> <ModalFooter> <Button onPress={onClose}>Close</Button> Loading