Skip to content

Commit 98ca35f

Browse files
author
Ajay kumar
committed
[Blog] [Ajay]: Add logo
1 parent f028b3c commit 98ca35f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

TestArena/Layout/HeaderComponent.razor

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
<div class="row align-items-center">
77
<!-- Logo on the left -->
88
<div class="col-12 col-md-4 d-flex justify-content-md-start justify-content-center">
9-
<a class="btn text-white" href="/"><h3 class="m-0">Dev Arena</h3></a>
9+
<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;">
11+
<h3 class="m-0">Dev Arena</h3>
12+
</a>
1013
</div>
1114

1215
<!-- Search bar in the center -->
@@ -16,7 +19,7 @@
1619

1720
<!-- Settings button on the right -->
1821
<div class="col-12 col-md-4 d-flex justify-content-md-end justify-content-center mt-2 mt-md-0">
19-
<button class="btn btn-light">Settings</button>
22+
<button disabled class="btn btn-light">Settings</button>
2023
</div>
2124
</div>
2225
</div>
1.11 MB
Loading

0 commit comments

Comments
 (0)