Skip to content

Commit

Permalink
🐛 fix(profile): for contributor profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 22, 2023
1 parent 7a5b359 commit cb79b37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion content/profile/edothedev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- Figma
- Git
---
import Edo from "./edothedev/Edo.jsx";
import Edo from "@/components/Contributors/EdoTheDev/Edo";

<div className="md:h-[75vh] h-[50vh] border-4 border-b-gray-50 rounded-3xl overflow-hidden">
<Edo />
Expand Down
7 changes: 0 additions & 7 deletions content/profile/edothedev/Edo.jsx

This file was deleted.

7 changes: 7 additions & 0 deletions src/components/Contributors/EdoTheDev/Edo.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Spline from "@splinetool/react-spline";

export default function App() {
return (
<Spline scene="https://prod.spline.design/523zxk5lcIEjBpbL/scene.splinecode" />
);
}

0 comments on commit cb79b37

Please sign in to comment.