diff --git a/src/routes/boilerplates/index.svelte b/src/routes/boilerplates/index.svelte index c0632ca..51fafbc 100644 --- a/src/routes/boilerplates/index.svelte +++ b/src/routes/boilerplates/index.svelte @@ -71,7 +71,7 @@ width: 35%; font-family: Overpass; border-width: 0; - background: #f3f6f9 url(/search-icon.svg) 98% no-repeat; + background: #f3f6f9 url(/images/search-icon.svg) 98% no-repeat; margin: 0; padding: 10px 15px; } diff --git a/src/routes/components/index.svelte b/src/routes/components/index.svelte index 1d443dd..611652c 100644 --- a/src/routes/components/index.svelte +++ b/src/routes/components/index.svelte @@ -71,7 +71,7 @@ width: 35%; font-family: Overpass; border-width: 0; - background: #f3f6f9 url(/search-icon.svg) 98% no-repeat; + background: #f3f6f9 url(/images/search-icon.svg) 98% no-repeat; margin: 0; padding: 10px 15px; } diff --git a/static/images/search-icon.svg b/static/images/search-icon.svg new file mode 100644 index 0000000..d5e6374 --- /dev/null +++ b/static/images/search-icon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file