Skip to content

Commit 4f74804

Browse files
committed
Merge branch 'main' of https://github.com/recodehive/recode-website into blog/contributions
2 parents 0b29741 + 152d7a0 commit 4f74804

8 files changed

Lines changed: 596 additions & 579 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@radix-ui/react-collapsible": "^1.1.12",
4747
"@radix-ui/react-slot": "^1.2.3",
4848
"@tsparticles/react": "^3.0.0",
49-
"@tsparticles/slim": "^4.0.4",
49+
"@tsparticles/slim": "^4.0.5",
5050
"@vercel/analytics": "^1.5.0",
5151
"canvas-confetti": "^1.9.3",
5252
"class-variance-authority": "^0.7.1",
@@ -55,7 +55,7 @@
5555
"dotenv": "^17.4.2",
5656
"embla-carousel-autoplay": "^8.6.0",
5757
"embla-carousel-react": "^8.6.0",
58-
"framer-motion": "^12.38.0",
58+
"framer-motion": "^12.39.0",
5959
"lucide-react": "^0.503.0",
6060
"prism-react-renderer": "^2.3.0",
6161
"react": "^18.3.1",
@@ -65,7 +65,7 @@
6565
"rehype-katex": "^7.0.1",
6666
"remark-gfm": "^4.0.1",
6767
"remark-math": "^6.0.0",
68-
"styled-components": "^6.4.1",
68+
"styled-components": "^6.4.2",
6969
"tailwind-merge": "^3.6.0",
7070
"tw-animate-css": "^1.2.8",
7171
"vanilla-tilt": "^1.8.1"
@@ -84,8 +84,8 @@
8484
"eslint": "^9.38.0",
8585
"eslint-plugin-react": "^7.37.5",
8686
"husky": "^9.1.7",
87-
"lint-staged": "^17.0.4",
88-
"postcss": "^8.5.14",
87+
"lint-staged": "^17.0.5",
88+
"postcss": "^8.5.15",
8989
"prettier": "^3.8.3",
9090
"prettier-plugin-tailwindcss": "^0.6.14",
9191
"tailwindcss": "^4.1.4",

src/components/blogCarousel/blogCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const BlogCard = ({
118118
{authorProfiles.map((author, authorIndex) => (
119119
<span key={author.id} className="author-item">
120120
{authorIndex > 0 && (
121-
<span className="author-separator">&</span>
121+
<span className="author-separator">,</span>
122122
)}
123123
<Link
124124
href={author.githubUrl}

0 commit comments

Comments
 (0)