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 db03649 commit f772c38Copy full SHA for f772c38
src/components/skewbutton.jsx src/components/SkewButton.jsxsrc/components/skewbutton.jsx renamed to src/components/SkewButton.jsx
@@ -7,7 +7,7 @@ function SkewButton({ text, link }) {
7
<Link to={link}>
8
<button
9
type="button"
10
- className="transition transform hover:-translate-y-1 motion-reduce:transition-none motion-reduce:hover:transform-none bg-white text-background font-sans font-extrabold px-4 py-2 -skew-x-12"
+ className="transform hover:-translate-y-1 transition motion-reduce:transition-none motion-reduce:hover:transform-none bg-white text-background font-sans font-extrabold px-4 py-2 -skew-x-12"
11
>
12
{text}
13
</button>
@@ -21,4 +21,4 @@ SkewButton.propTypes = {
21
link: PropTypes.string.isRequired,
22
};
23
24
-export default SkewButton;
+export default SkewButton;
0 commit comments