Skip to content

Commit 0db0877

Browse files
authored
Rearrange DVCLive examples in setup screen (#4055)
1 parent 42f6a4c commit 0db0877

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

webview/src/setup/components/experiments/Experiments.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ export const Experiments: React.FC<ExperimentsProps> = ({ isDvcSetup }) => {
4242
return (
4343
<EmptyState isFullScreen={false}>
4444
<h1>Setup Complete</h1>
45-
<p>
46-
Learn more about using DVCLive in the{' '}
47-
<a href="https://dvc.org/doc/dvclive">docs</a>.
48-
</p>
4945
<IconButton
5046
appearance="primary"
5147
icon={Beaker}
5248
onClick={showExperiments}
5349
text="Show Experiments"
5450
/>
51+
<p>
52+
Learn more about using DVCLive in the{' '}
53+
<a href="https://dvc.org/doc/dvclive">docs</a>.
54+
</p>
5555
<DvcLiveExamples />
5656
</EmptyState>
5757
)

webview/src/setup/components/experiments/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../../../shared/variables';
22

33
.dvcLiveExamples {
4-
margin-top: 40px;
4+
margin-top: 20px;
55

66
vscode-panels {
77
width: max-content;

0 commit comments

Comments
 (0)