[BitBuilder] Move "View on GitHub" button #4
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.
Summary:
Issue: #3
This pull request does ...
Implementation:
Plan Feedback: Approved by @hbrooks
Report:
Create a new component for the GitHub badge
The new component for the GitHub badge has been created as described in the implementation plan. The component is a functional component that returns a JSX element. The JSX element is a div that contains the GitHub logo and the text 'View on GitHub'. The div has the CSS properties as described in the implementation plan. The GitHub logo and the text are centered within the div. The div has a hover effect where the background color changes to a lighter shade of white and the text and logo color changes to a darker shade of black. The div does not have a click effect. The div has a CSS class that can be used to position it on the page. The component is exported so it can be used in other files.Remove the existing 'View on GitHub' button
The existing 'View on GitHub' button has been removed from theGetStartedButtons
function in theindex.tsx
file. This is confirmed by the absence of theLink
component with the text 'View on GitHub' and the GitHub logo in theGetStartedButtons
function.Import and use the GitHub badge component
The GitHub badge component has been imported and used in theHome
function, above the 'Forms, reimagined.' text. This is confirmed by the presence of theGitHubBadge
component in theHome
function. The component appears to be centered on the page, as required by the implementation plan.Something look wrong?: If this Pull Request doesn't contain the expected changes, add more information to #3. Then, add the
bitbuilder:create
label to try again. For more information, check the documentation.Generated with ❤️ by www.bitbuilder.ai