mirror of
				https://github.com/D4M13N-D3V/neroshitron.git
				synced 2025-10-30 09:05:34 +00:00 
			
		
		
		
	Update search.tsx
This commit is contained in:
		
							parent
							
								
									a0a38389a6
								
							
						
					
					
						commit
						e5daff376a
					
				| @ -44,7 +44,9 @@ const Search = ({ gallerySelected }: SearchProps) => { | |||||||
|       <Galleries gallerySelected={(gallery: string) => { setGallery(gallery) }} key={search + "-" + tags.length + "-" + nsfw} search={search} nsfw={nsfw} tags={tags} /> |       <Galleries gallerySelected={(gallery: string) => { setGallery(gallery) }} key={search + "-" + tags.length + "-" + nsfw} search={search} nsfw={nsfw} tags={tags} /> | ||||||
|       <section className="fixed flex items-center w-full p-8 pt-20 opacity-90 animate-in animate-once animate-duration-500"> |       <section className="fixed flex items-center w-full p-8 pt-20 opacity-90 animate-in animate-once animate-duration-500"> | ||||||
|         <div className="container mx-auto py-8"> |         <div className="container mx-auto py-8"> | ||||||
|           <SearchInput placeholderTags={[ |           <SearchInput | ||||||
|  |            startingTags={[]}  | ||||||
|  |           placeholderTags={[ | ||||||
|     { value: "neroshi", label: "🧑🎨 neroshi" }, |     { value: "neroshi", label: "🧑🎨 neroshi" }, | ||||||
|     { value: "neroshi", label: "❗️ click here for tags to search!" }, |     { value: "neroshi", label: "❗️ click here for tags to search!" }, | ||||||
|   ]} nsfwButtonEnabled={true} searchChanged={(search) => { setSearch(search) }} nsfwChanged={(nsfw) => { setNsfw(nsfw) }} tagsChanged={(tags) => { setTags(tags); }} /> |   ]} nsfwButtonEnabled={true} searchChanged={(search) => { setSearch(search) }} nsfwChanged={(nsfw) => { setNsfw(nsfw) }} tagsChanged={(tags) => { setTags(tags); }} /> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user