You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should remove the to prop from the button component that is used to create a button that returns a Link.
This creates a confusing implementation because we shouldn't be building link functionality into our button component.
Links should be used to move to another page or move to another place within the same page while Buttons are for triggering actions.
The text was updated successfully, but these errors were encountered:
atlantis/packages/components/src/Button/Button.tsx
Line 146 in 616c498
We should remove the
to
prop from the button component that is used to create a button that returns a Link.This creates a confusing implementation because we shouldn't be building link functionality into our button component.
Links should be used to move to another page or move to another place within the same page while Buttons are for triggering actions.
The text was updated successfully, but these errors were encountered: