VEuPathDB / web-components

Library of React components for plotting data
Apache License 2.0
1 stars 0 forks source link

Capitalisation of OK in `Notification` component is not OK #435

Closed bobular closed 9 months ago

bobular commented 1 year ago

Currently:

        <Button
          text="Ok"
          type="outlined"
          color="#FFFFFF"
          onClick={onAcknowledgement}
        />

Needs to be "OK"

A quick grep didn't find any other instances in web-eda or coreui

May be relevant to https://github.com/VEuPathDB/CoreUI/issues/149