Skip to content

Commit f772c38

Browse files
committed
feat: added teams page and global component skew button
1 parent db03649 commit f772c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function SkewButton({ text, link }) {
77
<Link to={link}>
88
<button
99
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"
10+
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"
1111
>
1212
{text}
1313
</button>
@@ -21,4 +21,4 @@ SkewButton.propTypes = {
2121
link: PropTypes.string.isRequired,
2222
};
2323

24-
export default SkewButton;
24+
export default SkewButton;

0 commit comments

Comments
 (0)