Skip to content

Commit 4ade7e7

Browse files
committed
Refactor: now.sh -> vercel.app
1 parent 98097ad commit 4ade7e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/modules/Front/Base/Controls/Layout/Header/Menu/templates/default.latte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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>

app/modules/Front/Base/Controls/Svg/Control.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class 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
{

0 commit comments

Comments
 (0)