Skip to content

Commit

Permalink
Use link component class
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored and roboquat committed May 5, 2022
1 parent 8020f4e commit 4e588f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/dashboard/src/settings/SelectIDEModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ export default function () {
<div className="border-t border-b border-gray-200 dark:border-gray-800 mt-2 -mx-6 px-6 py-4">
<p className="text-gray-500 text-base pb-3">
Choose the editor for opening workspaces. You can always change later the editor in{" "}
<Link
to={"/preferences"}
className="text-blue-400 dark:text-blue-600 hover:text-blue-600 dark:hover:text-blue-400 truncate"
>
<Link to={"/preferences"} className="gp-link">
user preferences
</Link>
.
Expand Down

0 comments on commit 4e588f5

Please sign in to comment.