Loading packages/client/src/components/Info/InfoButtons.tsx +13 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ import { SiMatrix, } from "@icons-pack/react-simple-icons"; import { DISCORD_INVITE, MATRIX_INVITE } from "../../lib/constants"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faDollarSign } from "@fortawesome/free-solid-svg-icons"; export const InfoButtons = () => { return ( Loading Loading @@ -50,6 +52,17 @@ export const InfoButtons = () => { <SiMastodon size={18} /> <p>Mastodon</p> </Button> <Button as={Link} size="sm" href="https://tips.sc07.com" target="_blank" variant="ghost" color="success" > <FontAwesomeIcon icon={faDollarSign} style={{ fontSize: 16 }} /> <p>Tip Jar</p> </Button> </div> ); }; Loading
packages/client/src/components/Info/InfoButtons.tsx +13 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,8 @@ import { SiMatrix, } from "@icons-pack/react-simple-icons"; import { DISCORD_INVITE, MATRIX_INVITE } from "../../lib/constants"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faDollarSign } from "@fortawesome/free-solid-svg-icons"; export const InfoButtons = () => { return ( Loading Loading @@ -50,6 +52,17 @@ export const InfoButtons = () => { <SiMastodon size={18} /> <p>Mastodon</p> </Button> <Button as={Link} size="sm" href="https://tips.sc07.com" target="_blank" variant="ghost" color="success" > <FontAwesomeIcon icon={faDollarSign} style={{ fontSize: 16 }} /> <p>Tip Jar</p> </Button> </div> ); };