Skip to content

Commit e69fd10

Browse files
committed
Took out buttons and changed CTA
1 parent fecf4bf commit e69fd10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/services/locales/zu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
}
249249
},
250250
"Dashboard": {
251-
"title": "Hello World!",
251+
"title": "Hi there!",
252252
"subtitle": "You can find your most important functions here on the dashboard.",
253253
"cardOne": {
254254
"title": "Read our documentation",

src/ui/components/lineage/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ export const LayoutFlow: React.FC<any> = (graph: any, runId: any) => {
166166
>
167167
Refresh
168168
</button>
169-
<button onClick={() => onLayout('TB')}>Vertical Layout</button>
170-
<button onClick={() => onLayout('LR')}>Horizontal Layout</button>
169+
{/* <button onClick={() => onLayout('TB')}>Vertical Layout</button>
170+
<button onClick={() => onLayout('LR')}>Horizontal Layout</button> */}
171171
<div style={{ position: 'relative' }}>
172172
<button onClick={() => setLegend(!legend)}>Legend</button>
173173
<div className="legend" style={{ display: legend ? '' : 'none' }}>

0 commit comments

Comments
 (0)