Skip to content

Commit

Permalink
updated copy and title size
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed May 7, 2024
1 parent 2031007 commit 08384dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/docs/components/title/title.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
}

.hd-title--level4 {
font-size: 1em;
font-size: 1.125em;
margin-block: 1.5rem 0.75rem;
}

.hd-title--level5 {
font-size: 0.825em;
font-size: 1rem;
margin-block: 1rem 0.625rem;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/pages/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import { HopperProvider } from "@hopper-ui/components";
</HopperProvider>
```

<Callout>Hopper is compatible with React X and up. Not using React? You can still benefit from Hopper, read on to discover how.</Callout>
<Callout>Hopper is compatible with React 18. Not using React, or using an older version than 18? You can still benefit from Hopper, read on to discover how.</Callout>

## Detailed Installation

### Components

Hopper Components are only compatible with React. If you are using another framework, you should refer to the [components tokens](/tokens/getting-started/introduction) directly when developping your own components.
Hopper Components are React Comtponents, uf you are using another framework, or React Native, you should use the [components tokens](/tokens/getting-started/introduction) directly when developping your own components.

#### Installation

Expand Down

0 comments on commit 08384dc

Please sign in to comment.