+6
-2
packages/core-extensions/src/moonbase/style.css
+6
-2
packages/core-extensions/src/moonbase/style.css
······
+22
-40
packages/core-extensions/src/moonbase/webpackModules/ui/about.tsx
+22
-40
packages/core-extensions/src/moonbase/webpackModules/ui/about.tsx
······const wordmark = "https://raw.githubusercontent.com/moonlight-mod/moonlight/refs/heads/main/img/wordmark.png";···+<Button onClick={() => window.open(link)} color={Button.Colors.PRIMARY} className="moonbase-dev">+<Flex direction={Flex.Direction.HORIZONTAL} align={Flex.Align.CENTER} className="moonbase-gap">···-<img src={darkTheme ? wordmarkLight : wordmark} alt="moonlight wordmark" className="moonbase-wordmark" />-<Dev name="Cynosphere" picture="https://github.com/Cynosphere.png" link="https://github.com/Cynosphere" />-<Dev name="NotNite" picture="https://github.com/NotNite.png" link="https://github.com/NotNite" />-<Dev name="adryd" picture="https://github.com/adryd325.png" link="https://github.com/adryd325" />+<Flex direction={Flex.Direction.VERTICAL} align={Flex.Align.CENTER} className="moonbase-about-page">+<img src={darkTheme ? wordmarkLight : wordmark} alt="moonlight wordmark" className="moonbase-wordmark" />-<Flex direction={Flex.Direction.HORIZONTAL} align={Flex.Align.CENTER} className="moonbase-gap">-<IconButton text="View source" icon={AngleBracketsIcon} link="https://github.com/moonlight-mod/moonlight" />-<IconButton text="Open the docs" icon={BookCheckIcon} link="https://moonlight-mod.github.io/" />+<Dev name="Cynosphere" picture="https://github.com/Cynosphere.png" link="https://github.com/Cynosphere" />+<Dev name="NotNite" picture="https://github.com/NotNite.png" link="https://github.com/NotNite" />+<Dev name="adryd" picture="https://github.com/adryd325.png" link="https://github.com/adryd325" />+<Dev name="redstonekasi" picture="https://github.com/redstonekasi.png" link="https://github.com/redstonekasi" />+<Flex direction={Flex.Direction.HORIZONTAL} align={Flex.Align.CENTER} className="moonbase-gap">+<IconButton text="View source" icon={AngleBracketsIcon} link="https://github.com/moonlight-mod/moonlight" />+<IconButton text="Open the docs" icon={BookCheckIcon} link="https://moonlight-mod.github.io/" />+<IconButton text="Join the server" icon={ClydeIcon} link="https://discord.gg/FdZBTFCP6F" openInClient={true} />-<Flex direction={Flex.Direction.VERTICAL} align={Flex.Align.START} className="moonbase-about-text">···