Skip to content

Commit

Permalink
Merge branch 'datahub-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jayacryl authored Sep 30, 2024
2 parents 7ea4602 + b473cf8 commit 2de9ecb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const QuickstartContent = ({}) => {
duration: .75
}
}}
viewport={{ once: true, amount: .2 }}
viewport={{ once: true, amount: .4 }}
>
<div className="quickstart__text">
<div className="quickstart__text__label">{data.heading}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

:global {
.quickstart__header {
// text-align: center;
text-align: center;
margin-bottom: 100px;

.quickstart__title,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
}

.carousalWrapper{
width: 50%;
min-width: 280px;
width: 40%;
min-width: 300px;
}

.carousalWrapper::before,
Expand Down
2 changes: 2 additions & 0 deletions docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ This file documents any backwards-incompatible changes in DataHub and assists pe

### Other Notable Changes

- Downgrade to previous version is not automatically supported.

## 0.14.0.2

### Breaking Changes
Expand Down

0 comments on commit 2de9ecb

Please sign in to comment.