Compare commits
3 Commits
69bd637496
...
8c4bd9578b
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c4bd9578b | |||
| 959e988011 | |||
| 7f1283c0f0 |
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user