Skip to content

Commit

Permalink
(CDPE-6574) Change Authentication title to match Figma design
Browse files Browse the repository at this point in the history
- Changed the Authentication title from a `h5` to a `h3` element.
- This modification ensures consistency with the Figma design documentation's styling.
  • Loading branch information
Peter Murphy committed Mar 25, 2024
1 parent de81435 commit a2f6d49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## react-components 5.34.6 (2024-03-26)

- [Logo] Fix Authentication component styling issue. This This change resolves the problem where the Authentication component's
styling was not being applied due to the stylesheet not being bundled. (by [@petergmurphy](https://github.com/petergmurphy))
- [Logo] Change the title of the Authentication component from a `h5` to a `h3` element. (by [@petergmurphy](https://github.com/petergmurphy))

## react-components 5.34.5 (2024-03-25)

- [Logo] Bug fixing continuous delivery logo viewBox size (by [@danadoherty639](https://github.com/danadoherty639))
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puppet/react-components",
"version": "5.34.5",
"version": "5.34.6",
"author": "Puppet, Inc.",
"license": "Apache-2.0",
"main": "build/library.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Authentication = ({
/>
<Card className="rl-authentication-content">
<div className="rl-authentication-title">
<Heading as="h5">{title}</Heading>
<Heading as="h3">{title}</Heading>
<div className="rl-authentication-subtitle">{subtitle}</div>
</div>
{children}
Expand Down

0 comments on commit a2f6d49

Please sign in to comment.