-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(CDPE-6574) Add Puppet logo and change title and fix styling of Authentication component #660
Merged
petergmurphy
merged 3 commits into
main
from
CDPE-6148/Change-authentication-component-title-size
Mar 28, 2024
Merged
(CDPE-6574) Add Puppet logo and change title and fix styling of Authentication component #660
petergmurphy
merged 3 commits into
main
from
CDPE-6148/Change-authentication-component-title-size
Mar 28, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
412bc05
to
55f7d21
Compare
- Imported the SCSS stylesheet into the index.js file to ensure it gets bundled by Webpack. - This change resolves the problem where the Authentication component's styling was not being applied due to the stylesheet not being bundled.
a2f6d49
to
38915d1
Compare
sean-mckenna
requested changes
Mar 25, 2024
CHANGELOG.md
Outdated
|
||
- [Logo] Fix Authentication component styling issue. 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)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can probably combine this into one changelog statement
Suggested change
- [Logo] Change the title of the Authentication component from a `h5` to a `h3` element. (by [@petergmurphy](https://github.com/petergmurphy)) | |
- [Authentication] description here. (by [@petergmurphy](https://github.com/petergmurphy)) |
Does this render the new cd4pe logo when the product prop is |
7207e16
to
8496056
Compare
8496056
to
a203d50
Compare
- This modification ensures consistency with the Figma design documentation's styling. - Changed the Authentication title from a `h5` to a `h3` element.
a203d50
to
195c186
Compare
sean-mckenna
approved these changes
Mar 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
(CDPE-6574) Add standalone Puppet logo
(CDPE-6574) Change Authentication title to match Figma design
h5
to ah3
element.(MAINT) Fix Authentication component styling bundling issue
bundled by Webpack.
styling was not being applied due to the stylesheet not being bundled.
Screenshot of proposed changes
New standalone Puppet logo (second from the right):
Before title style change:
After title style change: