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
There are a few places in the app where we pretty much use exactly the same markup and styling to make a button. This is a remnant from when I was just prototyping and didn't want to put in the effort to keep it DRY. Let's extract that into its own component.
The text was updated successfully, but these errors were encountered:
…Styles for for components/About/About.react.tsx custom styles & About/About.react.tsx:: replace additional buttons with AdditionalButton component
language-transfer#20
There are a few places in the app where we pretty much use exactly the same markup and styling to make a button. This is a remnant from when I was just prototyping and didn't want to put in the effort to keep it DRY. Let's extract that into its own component.
The text was updated successfully, but these errors were encountered: