Continue writing exercise 2.

This commit is contained in:
2023-12-19 16:21:01 +13:00
parent 2d74d995c5
commit 12c5ea4c9a
5 changed files with 25 additions and 16 deletions

View File

@ -25,10 +25,10 @@ export default function ListLayout({ posts, title, initialDisplayPosts = [], pag
</h1>
<div className="relative max-w-lg">
<input
aria-label="Search articles"
aria-label="Search exercises"
type="text"
onChange={(e) => setSearchValue(e.target.value)}
placeholder="Search articles"
placeholder="Search exercises"
className="block w-full px-4 py-2 text-gray-900 bg-white border border-gray-300 rounded-md dark:border-gray-900 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-800 dark:text-gray-100"
/>
<svg