Skip to content

Commit

Permalink
hotfix language button resolution on Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyChestnyh committed Oct 21, 2024
1 parent c440c0f commit 5abfd30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="dropdown">
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown"
aria-expanded="false">
<img src="img/globe-icon.svg" alt="" class="globe-icon">
<img src="img/globe-icon.png" alt="" class="globe-icon">
</button>
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton">
<li class="dropdown-item">
Expand Down Expand Up @@ -66,7 +66,7 @@
<div class="dropdown">
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton"
data-bs-toggle="dropdown" aria-expanded="false">
<img src="img/globe-icon.svg" alt="" class="globe-icon">
<img src="img/globe-icon.png" alt="" class="globe-icon">
</button>
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton">
<li class="dropdown-item">
Expand Down
4 changes: 2 additions & 2 deletions html/home_ua.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<li class="language-button-mobile nav-item ml-auto mr-3">
<div class="dropdown">
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false">
<img src="../img/globe-icon.svg" alt="" class="globe-icon">
<img src="../img/globe-icon.png" alt="" class="globe-icon">
</button>
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton">
<li class="dropdown-item">
Expand Down Expand Up @@ -64,7 +64,7 @@
<li class="language-button nav-item ml-1 mr-1">
<div class="dropdown">
<button class="btn d-flex align-items-center" type="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false">
<img src="../img/globe-icon.svg" alt="" class="globe-icon">
<img src="../img/globe-icon.png" alt="" class="globe-icon">
</button>
<ul class="dropdown-menu " aria-labelledby="dropdownMenuButton">
<li class="dropdown-item">
Expand Down

0 comments on commit 5abfd30

Please sign in to comment.