Update button text

This commit is contained in:
Valtteri Karesto
2022-06-29 14:04:06 +03:00
parent 1cb2542170
commit 2c729e2aa4

View File

@@ -158,8 +158,8 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) {
css={{ position: "fixed", right: "$4", bottom: "$4" }}
>
<Button size="sm" variant="primary" outline>
<ChatCircleText size={12} style={{ marginRight: "0px" }} />
Send feedback
<ChatCircleText size={14} style={{ marginRight: "0px" }} />
Bugs & Discussions
</Button>
</Flex>
</PlausibleProvider>