Skip to content

Commit 1fd7680

Browse files
committed
Update updater.blade.php
1 parent b445eb8 commit 1fd7680

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/views/layouts/updater.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
@stack('updater-head')
9+
710
<title>Update</title>
811
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
912
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
@@ -136,8 +139,6 @@
136139
137140
</style>
138141

139-
@stack('updater-head')
140-
141142
</head>
142143
<body>
143144

0 commit comments

Comments
 (0)