Skip to content

Commit

Permalink
Refactor: now.sh -> vercel.app
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 27, 2024
1 parent 98097ad commit 4ade7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
class="p-2 rounded focus:outline-none hover:bg-blue-800 transition duration-150 ease-in-out md:hidden"
:class="{'bg-blue-800': open}">
<div class="relative flex w-6 h-6">
<img loading="lazy" src="https://obr.now.sh/remixicon/system/menu-line/64/ffffff" class="absolute w-6 h-6"
<img loading="lazy" src="https://obr.vercel.app/remixicon/system/menu-line/64/ffffff" class="absolute w-6 h-6"
:class="{ 'hidden': open }">
<img loading="lazy" src="https://obr.now.sh/remixicon/system/close-line/64/ffffff" class="absolute w-6 h-6"
<img loading="lazy" src="https://obr.vercel.app/remixicon/system/close-line/64/ffffff" class="absolute w-6 h-6"
:class="{ 'hidden': !open }">
</div>
<span class="hidden">Open mobile menu</span>
Expand Down
2 changes: 1 addition & 1 deletion app/modules/Front/Base/Controls/Svg/Control.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Control extends BasePropsControl
{

private const URL = 'https://obr.now.sh/remixicon';
private const URL = 'https://obr.vercel.app/remixicon';

protected function beforeRender(ValidProps $props): void
{
Expand Down

0 comments on commit 4ade7e7

Please sign in to comment.