Skip to content

Commit 3a7a52f

Browse files
authored
Merge pull request #257 from VinothanaBalakrishnan05/Xrebrand
Footer UI Fix: Replace Twitter with X
2 parents 74e4897 + 82c23d2 commit 3a7a52f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lucide-react": "^0.503.0",
4545
"prism-react-renderer": "^2.3.0",
4646
"react": "^18.3.1",
47-
"react-dom": "^18.0.0",
47+
"react-dom": "^18.3.1",
4848
"react-icons": "^5.5.0",
4949
"react-slot-counter": "^3.3.1",
5050
"rehype-katex": "^7.0.1",
@@ -56,10 +56,12 @@
5656
},
5757
"devDependencies": {
5858
"@docusaurus/module-type-aliases": "3.8.1",
59-
"@docusaurus/tsconfig": "3.8.1",
59+
"@docusaurus/tsconfig": "^3.8.1",
6060
"@docusaurus/types": "3.8.1",
6161
"@tailwindcss/postcss": "^4.1.4",
6262
"@types/canvas-confetti": "^1.9.0",
63+
"@types/react": "^19.1.9",
64+
"@types/react-dom": "^19.1.7",
6365
"autoprefixer": "^10.4.21",
6466
"postcss": "^8.5.3",
6567
"tailwindcss": "^4.1.4",

src/theme/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Footer: React.FC = () => {
5252
xmlns="http://www.w3.org/2000/svg"
5353
className="fill-current"
5454
>
55-
<path d="M20.1236 5.91236C20.2461 5.76952 20.0863 5.58286 19.905 5.64972C19.5004 5.79896 19.1306 5.8974 18.5837 5.95817C19.2564 5.58362 19.5693 5.04828 19.8237 4.39259C19.885 4.23443 19.7 4.09092 19.5406 4.16647C18.8931 4.47345 18.1945 4.70121 17.4599 4.83578C16.7338 4.11617 15.6988 3.6665 14.5539 3.6665C12.3554 3.6665 10.5725 5.32454 10.5725 7.36908C10.5725 7.65933 10.6081 7.94206 10.6752 8.21276C7.51486 8.06551 4.6968 6.71359 2.73896 4.64056C2.60477 4.49848 2.36128 4.51734 2.27772 4.69063C2.05482 5.15296 1.93056 5.66584 1.93056 6.20582C1.93056 7.49014 2.6332 8.62331 3.70132 9.28732C3.22241 9.27293 2.76441 9.17961 2.34234 9.02125C2.13684 8.94416 1.90127 9.07964 1.92888 9.28686C2.14084 10.8781 3.42915 12.1909 5.09205 12.5011C4.75811 12.586 4.40639 12.6311 4.04253 12.6311C3.95431 12.6311 3.86685 12.6284 3.78019 12.6231C3.55967 12.6094 3.38044 12.8067 3.47499 12.9954C4.09879 14.2404 5.44575 15.1096 7.0132 15.1367C5.65077 16.13 3.93418 16.7218 2.06882 16.7218C1.83882 16.7218 1.74015 17.0175 1.9442 17.1178C3.52016 17.8924 5.31487 18.3332 7.22182 18.3332C14.545 18.3332 18.549 12.6914 18.549 7.79843C18.549 7.63827 18.545 7.47811 18.5377 7.31945C19.1321 6.92012 19.6664 6.44528 20.1236 5.91236Z" />
55+
<path d="M20.39 3H17.5l-5.18 6.91L6.8 3H2.5l6.83 8.94L2 21h2.89l5.6-7.47L17.2 21h4.3l-7.3-9.58L20.39 3z" />
5656
</svg>
5757
</Link>
5858
<Link to="https://www.instagram.com/nomad_brains/" className="px-3 text-gray-300 hover:text-[--ifm-color-primary]">

0 commit comments

Comments
 (0)