-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Link React Storybooks Menu to the Repo #137
Conversation
return ( | ||
<div style={mainStyle}> | ||
<div style={h1WrapStyle}> | ||
<h3 style={h1Style}>React Storybook</h3> | ||
<a style={h1AStyle} href="https://github.com/kadirahq/react-storybook" target="_blank"> |
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.
Won't this add double padding? Do we need to add h1AStyle
to this?
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.
It won't, right?
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.
Maybe we can rename the variable to something like linkStyle
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.
@arunoda h1AStyle
used to set textDecoration: 'none'
for link
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.
@mnmtanish yes. changed the variable name to linkStyle
CC @thinkholic |
* add repo link * variable changes
☁️ Nx Cloud ReportCI is running/has finished running commands for commit cafaec3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
No description provided.