Skip to content

Commit

Permalink
Updated pkg and modified x-twitter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathirajan committed Nov 12, 2023
1 parent 4cf2b2c commit 7d3a027
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 441 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@types/react": "^17.0.43",
"bootstrap": "^4.5.2",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-awesome-slider": "^4.1.0",
"react-bootstrap": "^1.3.0",
"react-dom": "^17.0.2",
"react-dom": "^18.2.0",
"react-ga": "^3.1.2",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.3",
Expand Down Expand Up @@ -61,6 +61,6 @@
"@types/react-scroll": "^1.8.3",
"@types/react-vertical-timeline-component": "^3.3.2",
"gh-pages": "^3.1.0",
"node-sass": "^8.0.0"
"node-sass": "^6.0.1"
}
}
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/a5cc637ace.js"
crossorigin="anonymous"
></script>
<title>Parvathirajan Natarajan</title>
<meta charset="utf-8" />
<meta
Expand Down
2 changes: 1 addition & 1 deletion src/components/Data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const basicData = {
{
name: "twitter",
url: "https://twitter.com/parvathi_rajan",
class: "fab fa-twitter",
class: "fa-brands fa-square-x-twitter",
},
{
name: "facebook",
Expand Down
Loading

0 comments on commit 7d3a027

Please sign in to comment.