We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f47ac5 commit d457e56Copy full SHA for d457e56
1 file changed
src/components/Profile/Profile.jsx
@@ -138,7 +138,6 @@ function Card({ data }) {
138
canvas.width = size;
139
canvas.height = size;
140
const ctx = canvas.getContext('2d');
141
- // Draw rounded rectangle background
142
ctx.save();
143
ctx.beginPath();
144
ctx.moveTo(borderRadius, 0);
0 commit comments