Commit 54189519 authored by Grant's avatar Grant
Browse files

add contributor banner & hide built in welcome modal

parent db614085
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ const AppInner = () => {
        <AuthErrors />

        <ProfileModal />
        <WelcomeModal />
        {/* <WelcomeModal /> */}
        <ChatInfoDialog />
        <LoginModal />
        <Moderator />
+24 −1
Original line number Diff line number Diff line
@@ -65,7 +65,8 @@ export const EventInfoModal = () => {
                title="Are you a Fediverse developer?"
                description={
                  <>
                    You can now integrate your app with Canvas!{" "}
                    You can now integrate your app with Canvas!
                    <br />
                    <Button
                      as={Link}
                      color="primary"
@@ -86,6 +87,28 @@ export const EventInfoModal = () => {
                <LemmyButton />
                <MastodonButton />
              </div>

              <Alert
                color="secondary"
                variant="faded"
                title="Interested in contributing?"
                description={
                  <>
                    Canvas is open-source and is accepting contributions
                    <br />
                    <Button
                      as={Link}
                      color="secondary"
                      size="sm"
                      variant="flat"
                      target="_blank"
                      href="https://sc07.dev/sc07/canvas"
                    >
                      Check out the source
                    </Button>
                  </>
                }
              />
            </ModalBody>
            <ModalFooter>
              <Button onPress={onClose}>Show 2025's Canvas</Button>