Commit f5a2c913 authored by TheWaffleLord's avatar TheWaffleLord
Browse files

Phrasing

parent 4d052cdf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -20,7 +20,7 @@ export const MiscSettings = () => {
            settings.set({ key: "palette.colors", value });
          }}
        >
          Show palette numbers
          Show Palette Numbers
        </Switch>
        <Button
          className="w-fit"
+1 −1
Original line number Diff line number Diff line
@@ -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 && (
+2 −2
Original line number Diff line number Diff line
@@ -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>