Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Vote-558: added yupik to logic
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Dec 12, 2023
1 parent e20df77 commit 5e17e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="main-heading" data-test="main-header">{{ $translation.homepage.header
<form id="state-combo-box">
<label for="state-input">{{ $translation.homepage.state_selection__heading }}</label>
<!-- Setting drop down box for Navajo to be large enough to fit full text string -->
<div class="input-buttons-group" data-test="state-selection" {{ if eq .Site.Language.Lang "nv"}} style="max-width: 525px;" {{ end }}>
<div class="input-buttons-group" data-test="state-selection" {{ if eq .Site.Language.Lang "nv" "ypk"}} style="max-width: 525px;" {{ end }}>
<input type="text" class="state-input" id="state-input" autocomplete="off" placeholder="{{ $translation.homepage.state_selection__placeholder }}">
<div class="input-control-container">
<button id="state-dropdown-btn" tabindex="-1" class="dropdown-btn" type="button" aria-hidden="true" data-test="dropdown-btn"></button>
Expand Down

0 comments on commit 5e17e27

Please sign in to comment.