Skip to content

Commit

Permalink
Cleanup attempt #7... (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton authored Jul 2, 2024
1 parent 05e59ea commit 2c91354
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Website/Company.Website/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Router AppAssembly="@typeof(Program).Assembly">
<Navigating>
<div style="position:absolute; top:30vh; width:100%; text-align:center">
<h1>Rock Pals</h1>
<h1>Rock Pal</h1>
<p><i class="fas fa-spin fa-spinner"></i> Finding your perfect pebble...</p>
</div>
</Navigating>
Expand Down
2 changes: 1 addition & 1 deletion src/Website/Company.Website/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@inject NavigationManager _navigationManager

<div class="top-row pl-4 navbar navbar-light">
<h2 class="companyname" @onclick="NavigateHome">Rock Pals</h2>
<h2 class="companyname" @onclick="NavigateHome">Rock Pal</h2>
<ShoppingBasketSummary></ShoppingBasketSummary>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/Website/Company.Website/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Rock Pals</title>
<title>Rock Pal</title>

<!-- Set base href to OnlineStore if it's in the path name (current location of GitHub Pages) -->
<script type="text/javascript">
Expand Down Expand Up @@ -32,7 +32,7 @@
<body>
<app>
<div style="position:absolute; top:30vh; width:100%; text-align:center">
<h1>Rock Pals</h1>
<h1>Rock Pal</h1>
<p><i class="fas fa-spin fa-spinner"></i> finding your perfect pebble...</p>
</div>
</app>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CERTIFICATE_ID=$(
-g $CONTAINER_APP_ENV_RESOURCE_GROUP \
-n $CONTAINER_APP_ENV_NAME \
--managed-certificates-only \
--query "[?properties.subjectName=='$CUSTOM_DOMAIN'].id" \
--query "[?contains(properties.subjectName,'$CUSTOM_DOMAIN')].id" \
--output tsv
)

Expand Down

0 comments on commit 2c91354

Please sign in to comment.