Skip to content

Commit df3c0d3

Browse files
committed
✏️ Replace logos and add favicon
- Replaced logo assets and added favicon.ico.
1 parent bf64d76 commit df3c0d3

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

TestArena/Layout/HeaderComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Logo on the left -->
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="/">
10-
<img src="/images/shared/logo.png" alt="Logo" class="me-2 mg-fluid rounded" style="height: 2rem;">
10+
<img src="/images/shared/logo.png" alt="Logo" class="me-2 mg-fluid rounded" style="height: 3rem;">
1111
<h3 class="m-0">Dev Codex</h3>
1212
</a>
1313
</div>

TestArena/logo.svg

22.8 KB
Loading

TestArena/wwwroot/favicon.ico

21.2 KB
Binary file not shown.

TestArena/wwwroot/favicon.png

-46.4 KB
Binary file not shown.

TestArena/wwwroot/icon-192.png

-2.56 KB
Binary file not shown.
-7.84 KB
Binary file not shown.
-1.07 MB
Loading

TestArena/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" rel="stylesheet" />
3232
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js" defer></script>
3333
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-csharp.min.js" defer></script>
34-
<link rel="icon" type="image/png" href="favicon.png" />
34+
<link rel="icon" type="image/x-icon" href="favicon.ico" sizes="72x72" />
3535
<link href="TestArena.styles.css" rel="stylesheet" />
3636
</head>
3737

1.17 MB
Loading
1.02 MB
Loading

0 commit comments

Comments
 (0)