Skip to content

Commit bfc8ce3

Browse files
authored
Update maxlength for redis copilot input box (#1879)
1 parent 4acf67f commit bfc8ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
2222
</label>
2323
<input id="seach-home" name="q" class="appearance-none bg-transparent text-base sm:text-lg text-white placeholder-white w-full h-16 focus:outline-none"
2424
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
25-
placeholder="Ask our AI-powered Redis copilot a question…" maxlength="64" type="text" value="" tabindex=""/>
25+
placeholder="Ask our AI-powered Redis copilot a question…" maxlength="500" type="text" value="" tabindex=""/>
2626
<!--<input type="submit" class="hover:text-redis-pen-300" value="&#x23CE;"/>-->
2727
<input class="invisible" type="submit" class="hover:text-redis-pen-300" value=""/>
2828
</form>

0 commit comments

Comments
 (0)