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 30, 2024
1 parent 9e3bc3d commit c52ed60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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 { faCalendarAlt } 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 @@ -132,7 +135,7 @@ export default function CallToAction() {
fontSize={"xl"}
mb="1rem !important"
>
Contact us
<FontAwesomeIcon icon={faCalendarAlt} />&nbsp;Book a call
</Button>
<ExternalLinkWithText
href="https://community.sweep.dev/"
Expand Down

0 comments on commit c52ed60

Please sign in to comment.