Skip to content

Commit 71c20d8

Browse files
author
Ajay kumar
committed
[Blog] [Ajay]: Fix favicon
1 parent acc99ef commit 71c20d8

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

TestArena/Layout/FooterComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row align-items-center">
44
<!-- Logo on the left -->
55
<div class="col-12 col-md-4 d-flex justify-content-md-start justify-content-center">
6-
<p class="mb-0">Copyright © @DateTime.Now.Year Dev Arena</p>
6+
<p class="mb-0">Copyright © @DateTime.Now.Year Dev Codex</p>
77
</div>
88

99
<!-- Settings button on the right -->

TestArena/Layout/HeaderComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="col-12 col-md-4 d-flex justify-content-md-start justify-content-center">
99
<a class="btn text-white d-flex align-items-center" href="/">
1010
<img src="/images/shared/logo.png" alt="Logo" class="me-2 mg-fluid rounded" style="height: 2rem;">
11-
<h3 class="m-0">Dev Arena</h3>
11+
<h3 class="m-0">Dev Codex</h3>
1212
</a>
1313
</div>
1414

TestArena/TestArena.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<Content Update="wwwroot\images\blog\vulnerability\auditing\Build status with severity level.png">
3434
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3535
</Content>
36+
<Content Update="wwwroot\favicon.png">
37+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
38+
</Content>
3639
</ItemGroup>
3740

3841
<ItemGroup>

TestArena/wwwroot/favicon.png

45.3 KB
Loading

TestArena/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Dev Arena</title>
7+
<title>Dev Codex</title>
88
<base href="/" />
99
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
1010
<link rel="stylesheet" href="css/app.css" />

0 commit comments

Comments
 (0)