Skip to content

Commit

Permalink
25114 - Update Manufactured Home Registry card on Registries landing …
Browse files Browse the repository at this point in the history
…page (#202)

* Added Moved tag

* Updated version
  • Loading branch information
sameer0422 authored Jan 23, 2025
1 parent 195bccd commit afe43b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions components/BCOnlineAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
</v-card>

<!-- Manufactured Homes Registry -->
<v-card elevation="2">
<v-card-title>Manufactured Home Registry</v-card-title>
<v-card elevation="2" class="disabled">
<v-card-title>Manufactured Home Registry
<span class="card-title-badge-container">
<div class="card-title-badge">MOVED</div>
</span>
</v-card-title>

<v-card-text>
<p>
Manage manufactured home registrations, and search for manufactured
homes and personal property liens on homes.
</p>
<p v-if="showMhrFlag" class="mt-3">
<strong>Note: </strong>A beta version of Manufactured Home Registry
search is now available through the BC Registries account.
</p>
</v-card-text>
</v-card>

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.13",
"version": "2.1.14",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit afe43b6

Please sign in to comment.