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 21b9495 commit 61c1ad4Copy full SHA for 61c1ad4
src/constants/code/Animations/metallicPaintCode.js
@@ -12,6 +12,8 @@ export const metallicPaint = {
12
import { useState, useEffect } from 'react';
13
14
// replace with your own SVG
15
+// NOTE: your SVG should have a bit of padding around the shape, to keep it from being cut off
16
+// it should also have white fill color, to allow the metallic effect to show through
17
import logo from '../../assets/logos/react-bits-solid-white.svg';
18
19
const Component = () => {
0 commit comments