File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
resources/views/status-page Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<x-cachet::header />
3
3
4
4
<div class =" container mx-auto max-w-5xl px-4 py-10 sm:px-6 lg:px-8 flex flex-col space-y-6" >
5
- <x-cachet::about />
6
-
7
5
<x-cachet::status-bar />
8
6
7
+ <x-cachet::about />
8
+
9
9
<div class =" flex flex-col gap-6" >
10
10
<div class =" flex flex-col gap-14 w-full" >
11
11
<x-cachet::incident :date =" $incident->occurred_at" :incidents =" [$incident]" />
Original file line number Diff line number Diff line change 2
2
<x-cachet::header />
3
3
4
4
<div class =" container mx-auto max-w-5xl px-4 py-10 sm:px-6 lg:px-8 flex flex-col space-y-6" >
5
- <x-cachet::about />
6
-
7
5
<x-cachet::status-bar />
8
6
7
+ <x-cachet::about />
8
+
9
9
@foreach ($componentGroups as $componentGroup )
10
10
<x-cachet::component-group :component-group =" $componentGroup" />
11
11
@endforeach
You can’t perform that action at this time.
0 commit comments