File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/modules/Front/Base/Controls Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 class =" p-2 rounded focus:outline-none hover:bg-blue-800 transition duration-150 ease-in-out md:hidden"
66 :class =" { ' bg-blue-800' : open} " >
77 <div class =" relative flex w-6 h-6" >
8- <img loading =" lazy" src =" https://obr.now.sh /remixicon/system/menu-line/64/ffffff" class =" absolute w-6 h-6"
8+ <img loading =" lazy" src =" https://obr.vercel.app /remixicon/system/menu-line/64/ffffff" class =" absolute w-6 h-6"
99 :class =" { ' hidden' : open } " >
10- <img loading =" lazy" src =" https://obr.now.sh /remixicon/system/close-line/64/ffffff" class =" absolute w-6 h-6"
10+ <img loading =" lazy" src =" https://obr.vercel.app /remixicon/system/close-line/64/ffffff" class =" absolute w-6 h-6"
1111 :class =" { ' hidden' : ! open } " >
1212 </div >
1313 <span class =" hidden" >Open mobile menu</span >
Original file line number Diff line number Diff line change 1414class Control extends BasePropsControl
1515{
1616
17- private const URL = 'https://obr.now.sh /remixicon ' ;
17+ private const URL = 'https://obr.vercel.app /remixicon ' ;
1818
1919 protected function beforeRender (ValidProps $ props ): void
2020 {
You can’t perform that action at this time.
0 commit comments