Compare commits

..

3 Commits

Author SHA1 Message Date
8c4bd9578b Merge pull request 'Update text align with buttons (flex). Updated disabled button color.' (#21) from update-1 into main
All checks were successful
Node.js CI / build (20.x) (push) Successful in 2m42s
Node.js CI / build (22.x) (push) Successful in 2m47s
Node.js CI / build (24.x) (push) Successful in 2m57s
Vercel Production Deployment / Deploy-Production (push) Successful in 3m46s
Reviewed-on: #21
2026-02-20 15:45:15 -05:00
959e988011 Fix linter issue.
All checks were successful
Node.js CI / build (20.x) (pull_request) Successful in 2m55s
Node.js CI / build (22.x) (pull_request) Successful in 3m2s
Node.js CI / build (24.x) (pull_request) Successful in 3m4s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 3m16s
2026-02-20 15:34:13 -05:00
7f1283c0f0 Update text align with buttons (flex). Updated disabled button color.
Some checks failed
Node.js CI / build (24.x) (pull_request) Failing after 2m53s
Node.js CI / build (20.x) (pull_request) Failing after 2m53s
Node.js CI / build (22.x) (pull_request) Failing after 2m54s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 3m59s
2026-02-20 15:05:31 -05:00

View File

@@ -155,7 +155,12 @@ export default function Home() {
{"The Cove (WKC Communities)"}
</Heading>
<HStack gap="6" wrap="wrap" justifyContent="center">
<HStack
gap="6"
wrap="wrap"
justifyContent="center"
alignItems="flex-start"
>
<Link
target="_blank"
color={colorScheme.buttonText}
@@ -192,7 +197,8 @@ export default function Home() {
<Button
_hover={{ cursor: "disabled" }}
variant="solid"
bgColor={colorScheme.button}
bgColor="cyan.600"
// bgColor={colorScheme.button}
fontSize="xl"
>
{"Discord Alternative"}