Update text align with buttons (flex). Updated disabled button color.
Some checks failed
Some checks failed
This commit is contained in:
@@ -155,7 +155,12 @@ export default function Home() {
|
|||||||
{"The Cove (WKC Communities)"}
|
{"The Cove (WKC Communities)"}
|
||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
<HStack gap="6" wrap="wrap" justifyContent="center">
|
<HStack
|
||||||
|
gap="6"
|
||||||
|
wrap="wrap"
|
||||||
|
justifyContent="center"
|
||||||
|
alignItems="flex-start"
|
||||||
|
>
|
||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
color={colorScheme.buttonText}
|
color={colorScheme.buttonText}
|
||||||
@@ -187,12 +192,13 @@ export default function Home() {
|
|||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
color={colorScheme.buttonText}
|
color={colorScheme.buttonText}
|
||||||
// href={`https://jinxxy.com/werewolfkid/products?service=all`}
|
// href={`https://jinxxy.com/werewolfkid/products?service=all`}
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
_hover={{ cursor: "disabled" }}
|
_hover={{ cursor: "disabled" }}
|
||||||
variant="solid"
|
variant="solid"
|
||||||
bgColor={colorScheme.button}
|
bgColor="cyan.600"
|
||||||
|
// bgColor={colorScheme.button}
|
||||||
fontSize="xl"
|
fontSize="xl"
|
||||||
>
|
>
|
||||||
{"Discord Alternative"}
|
{"Discord Alternative"}
|
||||||
|
|||||||
Reference in New Issue
Block a user