Skip to content
Snippets Groups Projects
Commit 1203ffa4 authored by Phil Höfer's avatar Phil Höfer
Browse files

Fix Icon on Mobile Chrome

parent b92ff194
No related branches found
No related tags found
1 merge request!1745Development
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@endif @endif
<div id="plugin-btn-div"> <div id="plugin-btn-div">
@if($agent->isMobile() && ($agent->browser() === "Chrome" || $agent->browser() === "Edge")) @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 @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> <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 @endif
......
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