Skip to content

Commit 81bfaf6

Browse files
authored
Merge pull request #117 from mshuber1981/dev
Dev
2 parents e2654e5 + 30ab6b9 commit 81bfaf6

3 files changed

Lines changed: 62 additions & 56 deletions

File tree

package-lock.json

Lines changed: 57 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "github-react-portfolio-template",
33
"homepage": "https://YourUserName.github.io/your-repo/",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": true,
66
"dependencies": {
77
"@iconify/react": "^4.1.0",
8-
"@reduxjs/toolkit": "^2.2.5",
8+
"@reduxjs/toolkit": "^2.2.6",
99
"bootstrap": "^5.3.3",
1010
"prop-types": "^15.8.1",
1111
"react": "^18.2.0",
12-
"react-bootstrap": "^2.10.2",
12+
"react-bootstrap": "^2.10.4",
1313
"react-dom": "^18.2.0",
1414
"react-error-boundary": "^4.0.13",
1515
"react-redux": "^9.1.2",
16-
"react-router-dom": "^6.23.1",
16+
"react-router-dom": "^6.24.0",
1717
"react-scroll": "^1.8.7",
1818
"sass": "^1.77.6",
1919
"styled-components": "^6.1.11",

src/components/Loading.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Loading = styled.div`
1414
height: 5rem;
1515
border: 5px solid;
1616
border-radius: 50%;
17-
border-top-color: var(--primary);
17+
border-top-color: var(--bs-primary);
1818
margin: 1rem auto;
1919
animation: ${spin} 0.6s linear infinite;
2020
`;

0 commit comments

Comments
 (0)