Skip to content

Commit a90eddc

Browse files
committed
Move status bar to top
1 parent 76b3fe0 commit a90eddc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/views/status-page/incident.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<x-cachet::header />
33

44
<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-
75
<x-cachet::status-bar />
86

7+
<x-cachet::about />
8+
99
<div class="flex flex-col gap-6">
1010
<div class="flex flex-col gap-14 w-full">
1111
<x-cachet::incident :date="$incident->occurred_at" :incidents="[$incident]" />

resources/views/status-page/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<x-cachet::header />
33

44
<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-
75
<x-cachet::status-bar />
86

7+
<x-cachet::about />
8+
99
@foreach($componentGroups as $componentGroup)
1010
<x-cachet::component-group :component-group="$componentGroup"/>
1111
@endforeach

0 commit comments

Comments
 (0)