Skip to content
Snippets Groups Projects
Commit ef039fa7 authored by mateuszmiko's avatar mateuszmiko
Browse files

Bug/display svg url

parent 535420e5
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!13Bug/display svg url
import Image from 'next/image'; import Image from 'next/image';
import { ChangeEvent, useState } from 'react'; import { ChangeEvent, useState } from 'react';
import lensIcon from '@/assets/vectors/icons/lens.svg?url'; import lensIcon from '@/assets/vectors/icons/lens.svg';
export const SearchBar = (): JSX.Element => { export const SearchBar = (): JSX.Element => {
const [searchValue, setSearchValue] = useState<string>(''); const [searchValue, setSearchValue] = useState<string>('');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment