Skip to content

Commit e4d55b1

Browse files
committed
fix(frontend): remove raw <br/> tags from Getting Started page
Signed-off-by: haroon0x <[email protected]>
1 parent 22731c6 commit e4d55b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/pages/GettingStarted.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ const DEMO_PIPELINES_ID_MAP = {
3434
};
3535

3636
const PAGE_CONTENT_MD = ({ control, data }: { control: string; data: string }) => `
37-
<br/>
3837
3938
## Build your own pipeline with
4039
4140
* Kubeflow Pipelines [SDK](https://www.kubeflow.org/docs/pipelines/sdk/v2/)
4241
43-
<br/>
4442
4543
## Demonstrations and Tutorials
4644
This section contains demo and tutorial pipelines.

0 commit comments

Comments
 (0)