Skip to content

Commit 6f42f73

Browse files
committed
Shorten search placeholder
1 parent 8b5c68f commit 6f42f73

File tree

1 file changed

+1
-1
lines changed
  • apps/components_guide_web/lib/components_guide_web/views

1 file changed

+1
-1
lines changed

apps/components_guide_web/lib/components_guide_web/views/layout_view.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule ComponentsGuideWeb.LayoutView do
1717
def search_form do
1818
~E"""
1919
<form role=search action="/research" class="flex h-full px-2 items-center">
20-
<input type=text name=q placeholder="Search standards, npm packages, web features" class="w-full py-1 px-4 bg-gray-800 text-white rounded-full border border-gray-600">
20+
<input type=text name=q placeholder="Search web features and npm packages" class="w-full py-1 px-4 bg-gray-800 text-white rounded-full border border-gray-600">
2121
</form>
2222
"""
2323
end

0 commit comments

Comments
 (0)