feat: display weather description in the navbar
This commit is contained in:
parent
9a35a3f0d4
commit
be2b3d09dc
1 changed files with 1 additions and 1 deletions
|
@ -48,8 +48,8 @@ export default () => {
|
|||
<nav class="navbar shadow fixed-top" style="background-color: var(--bs-content-bg); border-bottom: var(--bs-border-width) solid var(--bs-content-border-color);">
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-brand">
|
||||
{wttrDesc}
|
||||
<img src={imgSrc} alt="Logo" width="24" height="24" class="d-inline-block align-text-top" />
|
||||
{wttrDesc}
|
||||
</div>
|
||||
<span class="navbar-text">
|
||||
{weather}
|
||||
|
|
Loading…
Add table
Reference in a new issue