Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix: update copy in info modal (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfalk committed Feb 16, 2022
1 parent c0eb405 commit 9d7c430
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Info: React.FC<Props> = ({ open, onClose }) => {
>
Fig
</a>
. It uses open-source autocomplete specs in{" "}
. It uses open-source autocomplete specs from the{" "}
<a
className=" text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
href="https://github.com/withfig/autocomplete"
Expand All @@ -87,16 +87,16 @@ const Info: React.FC<Props> = ({ open, onClose }) => {
.
</p>
<p className="text-sm text-gray-500 dark:text-gray-300">
Want to contribute/create your own completions?{" "}
Want to contribute/create your own completions? Check out{" "}
<a
className=" text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
href="https://fig.io/docs"
target="_blank"
rel="noopener noreferrer"
>
Check out fig.io/docs
</a>{" "}
to get started in {"<"}2 minutes.
fig.io/docs
</a>
!
</p>
</div>
</div>
Expand Down

1 comment on commit 9d7c430

@vercel
Copy link

@vercel vercel bot commented on 9d7c430 Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.