Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

21051 - Update MHR tile description and remove beta tag #171

Merged
merged 3 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the the

</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
Loading