We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8020f4e commit 4e588f5Copy full SHA for 4e588f5
components/dashboard/src/settings/SelectIDEModal.tsx
@@ -36,10 +36,7 @@ export default function () {
36
<div className="border-t border-b border-gray-200 dark:border-gray-800 mt-2 -mx-6 px-6 py-4">
37
<p className="text-gray-500 text-base pb-3">
38
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
- >
+ <Link to={"/preferences"} className="gp-link">
43
user preferences
44
</Link>
45
.
0 commit comments