Skip to content

Commit 7c8c029

Browse files
committed
🔧 Fixed: Broken Bubble on Mobile
1 parent 662f077 commit 7c8c029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎world/projectDev.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function DeveloperSection() {
101101
body="This is the webpage you are looking at right now. Developed using Next.js to deepen my understanding of React's core concepts and modern web development practices."
102102
live="https://midhunterx.github.io"
103103
code="https://github.com/MidHunterX/midhunterx.github.io"
104-
techs={['Next.js', 'React', 'TailwindCSS', 'HeadlessUI', 'Webpack', 'Framer Motion', 'GSAP']}
104+
techs={['Next.js', 'React', 'TailwindCSS', 'GSAP', 'HeadlessUI', 'Webpack', 'Framer Motion']}
105105
/>
106106

107107
<ProjectItem

0 commit comments

Comments
 (0)