Skip to content

Commit

Permalink
feat: Updated 1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] committed Apr 23, 2024
1 parent 9e3bc3d commit 3f17a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import logo from "../assets/icon.png";

import ExternalLinkWithText from "./ExternalLinkWithText";
import { TypeAnimation } from "react-type-animation";
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

Check failure on line 16 in src/components/CallToAction.tsx

View workflow job for this annotation

GitHub Actions / build

Cannot find module '@fortawesome/react-fontawesome' or its corresponding type declarations.
import { faUsers } from '@fortawesome/free-solid-svg-icons';

Check failure on line 17 in src/components/CallToAction.tsx

View workflow job for this annotation

GitHub Actions / build

Cannot find module '@fortawesome/free-solid-svg-icons' or its corresponding type declarations.
const demo = require("../assets/demo.mp4");

export default function CallToAction() {
Expand Down Expand Up @@ -144,7 +146,7 @@ export default function CallToAction() {
alignItems: "center",
}}
>
  Join our community
<FontAwesomeIcon icon={faUsers} />&nbsp;&nbsp;Join our community
</ExternalLinkWithText>
<Flex w={"full"} mt="4rem !important">
<Container width="100vw" boxShadow="0 0 80px #181818" p={0} maxWidth="full">
Expand Down

0 comments on commit 3f17a9c

Please sign in to comment.