Skip to content

Commit d457e56

Browse files
committed
dev
1 parent 8f47ac5 commit d457e56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Profile/Profile.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ function Card({ data }) {
138138
canvas.width = size;
139139
canvas.height = size;
140140
const ctx = canvas.getContext('2d');
141-
// Draw rounded rectangle background
142141
ctx.save();
143142
ctx.beginPath();
144143
ctx.moveTo(borderRadius, 0);

0 commit comments

Comments
 (0)