Skip to content

Commit 3823b26

Browse files
Merge pull request #75 from mcspud/interface/fix-typo-in-branch-actions
Fix typo in Branch actions description.
2 parents ba2112b + af8cc47 commit 3823b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/tdb-dashboard/src/pages/DataProductsHome.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export const DataProductsHome = (props) => {
7373
<div className="card-body w-100">
7474
<Row className="w-100 d-flex">
7575
<Col md={10}>
76-
<p className="mt-2 text-light"> Each Data Product can have one or more branches, with the default branch called main. Branches saves each version of Data Product as a snapshot of the data as it was at the moment you committed it.</p>
76+
<p className="mt-2 text-muted"> Each Data Product can have one or more branches, with the default branch called main. Branches saves each version of Data Product as a snapshot of the data exactly as it was at the moment you committed it.</p>
77+
7778
</Col>
7879
<Col md={2}>
7980
{accessControlDashboard && accessControlDashboard.branch() &&

0 commit comments

Comments
 (0)