Skip to content

Commit

Permalink
New texts
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 9, 2023
1 parent 8b51070 commit 7fe1294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IssueUnlockDoor/Pages/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@page
@model IndexModel
@{
ViewData["Title"] = "Verified ID Unlock door";
ViewData["Title"] = "Verified ID Door unlocker";
}

<div class="text-center">
<h1 class="display-4"></h1>
Get unlock door credentials and add to wallet.
Get door unlocking credentials and add to wallet.
</div>

<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion IssueUnlockDoor/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>@ViewData["Title"]</title>

<meta property="og:type" content="website" />
<meta property="og:title" content="Verified ID Unlock door" />
<meta property="og:title" content="Verified ID Door unlocking credentials" />
<meta property="og:url" content="https://issueverifiableemployee.azurewebsites.net" />
<meta property="og:image" content="https://issueverifiableemployee.azurewebsites.net/android-chrome-192x192.png">
<meta property="og:image:height" content="192" />
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ https://issueunlockdoor.azurewebsites.net
https://employeeunlockdoor.azurewebsites.net



## History

- 2023-07-08 Initial version
Expand Down

0 comments on commit 7fe1294

Please sign in to comment.