Skip to content

Commit

Permalink
Merge pull request #43 from tronghieuvuong/tvuong/changeLegends
Browse files Browse the repository at this point in the history
Release notes: Fix content for legends and change text color.
  • Loading branch information
tronghieuvuong authored Dec 5, 2023
2 parents 0cd1d36 + 4a8ce6d commit eba25cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/release-notes/components/ContactCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<br>
<div>
<b>Entities</b> = Cooperatives, Benefit Companies, Sole Proprietorships, BC Corporations and General Partnerships.
<b>Entities</b> = Cooperatives, Corporations (e.g., Benefit Companies), Sole Proprietorships and General Partnerships.
</div>
<br>
<div>
Expand Down
4 changes: 3 additions & 1 deletion apps/release-notes/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ export default {
<ul>
<li v-for="release in display" :key="release.id">
<button @click="scrollToElement(release.id)">
{{ release.endOn }}
<p class="link underline underline-offset-1">
{{ release.endOn }}
</p>
</button>
</li>
</ul>
Expand Down

0 comments on commit eba25cf

Please sign in to comment.