Skip to content

Commit 4e588f5

Browse files
gtsiolisroboquat
authored andcommitted
Use link component class
1 parent 8020f4e commit 4e588f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/dashboard/src/settings/SelectIDEModal.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ export default function () {
3636
<div className="border-t border-b border-gray-200 dark:border-gray-800 mt-2 -mx-6 px-6 py-4">
3737
<p className="text-gray-500 text-base pb-3">
3838
Choose the editor for opening workspaces. You can always change later the editor in{" "}
39-
<Link
40-
to={"/preferences"}
41-
className="text-blue-400 dark:text-blue-600 hover:text-blue-600 dark:hover:text-blue-400 truncate"
42-
>
39+
<Link to={"/preferences"} className="gp-link">
4340
user preferences
4441
</Link>
4542
.

0 commit comments

Comments
 (0)