Skip to content

Commit 6bb432a

Browse files
committed
Fixed bug
Button editor broken by link sorter
1 parent 1601ce9 commit 6bb432a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<meta name="csrf-token" content="{{ csrf_token() }}">
1111
<link rel="stylesheet" href="{{ asset('littlelink/css/hover-min.css') }}">
1212
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
13-
<base href="{{asset('')}}" />
1413

1514
<link href="//fonts.bunny.net/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
1615
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

resources/views/studio/links.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
@section('content')
44

5+
@push('sidebar-stylesheets')
6+
<base href="{{asset('')}}" />
7+
@endpush
8+
59
@if(Request::is('studio/links/10'))
610
@php setcookie("LinkCount", "10", time()+60*60*24*5, "/"); @endphp
711
@elseif(Request::is('studio/links/20'))

0 commit comments

Comments
 (0)