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

Merge branch 'bug/display_svg_url' into 'development'

Bug/display svg url

See merge request !13
parents 535420e5 ef039fa7
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
Pipeline #78726 passed
import Image from 'next/image';
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 => {
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