-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Footer - Add GitHub star link and count (#1576)
* π Footer - Add GitHub star link and count Fixes #1425 Add GitHub star link and counter to the footer with specified text. * Import `GitHubButton` from `react-github-btn` in `src/components/footer/footer.js`. * Replace the existing GitHub link with the `GitHubButton` component. * Update the footer text to include the specified text: "We β€οΈ open source. Loving SSW Rules? βοΈ us on GitHub {{ CONTROL WITH CURRENT STARS }} Stand by... we are migrating this site to TinaCMS". * Install the `react-github-btn` package in `package.json`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/SSWConsulting/SSW.Rules/issues/1425?shareId=XXXX-XXXX-XXXX-XXXX). * Update package.json * Update footer.js * Fix and regen lockfile * removed unused component
- Loading branch information
1 parent
23bb717
commit 646f76f
Showing
3 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,7 @@ | |
"query-string": "^8.2.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-github-btn": "^1.4.0", | ||
"react-helmet": "^6.1.0", | ||
"react-jotform": "^1.0.2", | ||
"react-number-format": "^5.4.2", | ||
|
@@ -116,4 +117,4 @@ | |
"π¦ gatsby-plugin-fontawesome-css": "Added to disable Font Awesomes auto CSS insertion and instead insert it at compile time. This stops the brief flicker of the icons stying being incorrect when the page is refreshed" | ||
}, | ||
"packageManager": "[email protected]" | ||
} | ||
} |
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
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