Skip to content

Commit

Permalink
renaimg Microsoft Entra ID
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 24, 2023
1 parent a0947c3 commit c2aeb4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - RazorAzureAD</title>
<title>@ViewData["Title"] - Razor Microsoft Entra ID</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" />
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - RazorMicrosoftEntraID</title>
<title>@ViewData["Title"] - Razor Microsoft Entra ID</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" />
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand" asp-area="" asp-page="/Index">RazorMicrosoftEntraID</a>
<a class="navbar-brand" asp-area="" asp-page="/Index">Razor Microsoft Entra ID</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand All @@ -38,7 +38,7 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; 2023 - RazorMicrosoftEntraID
&copy; 2023 - Razor Microsoft Entra ID
</div>
</footer>

Expand Down

0 comments on commit c2aeb4c

Please sign in to comment.