Skip to content

Commit

Permalink
21051 - Update MHR tile description and remove beta tag (#171)
Browse files Browse the repository at this point in the history
* Update text and remove beta tag as per requirements.

* Fix comma
  • Loading branch information
seeker25 authored Jun 27, 2024
1 parent 4273c47 commit 3a5a25c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions components/BCRegistriesAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,16 @@
<!-- Manufactured Home Registry -->
<v-card v-if="showMhrFlag" elevation="2">
<v-card-title>Manufactured Home Registry</v-card-title>
<span v-if="showBetaMhr" class="card-title-badge-container">
<div class="card-title-badge font-weight-bold pt-2">BETA</div>
</span>
<v-card-text>
<p>
In the beta version of the Manufactured Home Registry, you are currently able to:
In the the Manufactured Home Registry, you are able to:
</p>

<ul>
<li>Search for, and download reports for, manufactured homes and personal property
<li>Search and download reports for manufactured homes and personal property
liens on manufactured homes.</li>
<li>Search by owner name, organization, registration or serial number.</li>
<li>Qualified Suppliers can file transportation applications, initial registrations, or transfer ownership.
</li>
</ul>

<div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bc-registry",
"version": "2.1.7",
"version": "2.1.8",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit 3a5a25c

Please sign in to comment.