diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 0458eebfc058db83f8312a6d9c13d7ab428915bb..78dcadc9b4de6eb84622e46894af0c47fcc32f98 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -16,7 +16,7 @@
       @endif
 	    <div id="plugin-btn-div">
 		@if($agent->isMobile() && ($agent->browser() === "Chrome" || $agent->browser() === "Edge"))
-		<button type="submit" id="plugin-btn" form="searchForm" title="{{ trans('index.plugin-title') }}" name="chrome-plugin" value="true"><img src="public/img" alt="+"> {{ trans('index.plugin') }}</a>
+		<button type="submit" id="plugin-btn" form="searchForm" title="{{ trans('index.plugin-title') }}" name="chrome-plugin" value="true"><img src="public/img/plug-in.svg" alt="+"> {{ trans('index.plugin') }}</a>
 		@else
 		<a id="plugin-btn" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/plugin") }}" title="{{ trans('index.plugin-title') }}"><img src="/img/plug-in.svg" alt="+"> {{ trans('index.plugin') }}</a>
 		@endif