Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
52 stars 30 forks source link

feat(training-link): changed the link from Watch a Demo to Learn More #1311

Closed annieselvaraj closed 11 months ago

annieselvaraj commented 11 months ago

BREAKING CHANGE: name prop is removed from the prop list for the training-link

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
  5. Make sure your code passed the conventional commits check. Read more about conventional commits
codecov[bot] commented 11 months ago

Codecov Report

Merging #1311 (0f7fc07) into master (7535d6b) will increase coverage by 1.21%. Report is 111 commits behind head on master. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1311      +/-   ##
==========================================
+ Coverage   92.11%   93.33%   +1.21%     
==========================================
  Files         188        3     -185     
  Lines        5290       60    -5230     
  Branches     1603       27    -1576     
==========================================
- Hits         4873       56    -4817     
+ Misses        417        4     -413     
Files Coverage Δ
packages/training-link/src/TrainingLink.tsx 100.00% <100.00%> (ø)

... and 185 files with indirect coverage changes