File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
webview/src/setup/components/experiments Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 11@import ' ../../../shared/variables' ;
22
33.dvcLiveExamples {
4- margin-top : 40 px ;
4+ margin-top : 20 px ;
55
66 vscode-panels {
77 width : max-content ;
You can’t perform that action at this time.
0 commit comments