Skip to content

Commit 9e69e6e

Browse files
gtsiolisroboquat
authored andcommitted
Update dotfiles input help text design
1 parent 7bf1898 commit 9e69e6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/dashboard/src/settings/Preferences.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ export default function Preferences() {
190190
<div className="mt-4 max-w-md">
191191
<h4>Repository URL</h4>
192192
<input type="text" value={dotfileRepo} className="w-full" placeholder="e.g. https://github.com/username/dotfiles" onChange={(e) => setDotfileRepo(e.target.value)} />
193-
<p className="text-base text-gray-500 dark:text-gray-400">Add a repository URL that includes dotfiles. Gitpod will clone and install your dotfiles for every new workspace.</p>
193+
<div className="mt-1">
194+
<p className="text-gray-500 dark:text-gray-400">Add a repository URL that includes dotfiles. Gitpod will clone and install your dotfiles for every new workspace.</p>
195+
</div>
194196
<div className="mt-4 max-w-md">
195197
<button onClick={() => actuallySetDotfileRepo(dotfileRepo)}>Save Changes</button>
196198
</div>

0 commit comments

Comments
 (0)