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

fix: update copy in info modal #5

Merged
merged 4 commits into from
Feb 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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