File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ export default class Header extends React.Component {
7777 const { pathname} = location ;
7878 const internalLinks = [ `/${ orgSlug } /login` , `/${ orgSlug } /registration` ] ;
7979
80+ // Note: The 'header-desktop-language-btn' class is intentionally preserved here
81+ // across all viewports to maintain backward compatibility with existing
82+ // Selenium browser test selectors that specifically target this class name.
8083 const languageButtons = languages . map ( ( lang ) => (
8184 < button
8285 type = "button"
Original file line number Diff line number Diff line change 197197.header-desktop-language-btn {
198198 display : inline-block;
199199}
200-
201- @media screen and (max-width : 767px ) {
202- .mobile-languages-row .header-desktop-language-btn {
203- display : inline-block;
204- }
205- }
Original file line number Diff line number Diff line change @@ -6397,9 +6397,9 @@ handle-thing@^2.0.0:
63976397 integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
63986398
63996399handlebars@^4.7.8:
6400- version "4.7.8 "
6401- resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8 .tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9 "
6402- integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ ==
6400+ version "4.7.9 "
6401+ resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9 .tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f "
6402+ integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ ==
64036403 dependencies:
64046404 minimist "^1.2.5"
64056405 neo-async "^2.6.2"
You can’t perform that action at this time.
0 commit comments