Skip to content

Commit

Permalink
Fix train tile configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Oct 5, 2023
1 parent ec24e2f commit f41e14a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
37 changes: 17 additions & 20 deletions config/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,23 @@
],

'belgian_trains' => [
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Gent-Dampoort',
'label' => 'Gent',
],
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Mechelen',
'label' => 'Mechelen',
],
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Overpelt',
'label' => 'Overpelt',
],
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Kapellen',
'label' => 'Kapellen',
],
'connections' => [
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Gent-Dampoort',
'label' => 'Gent',
],
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Mechelen',
'label' => 'Mechelen',
],
[
'departure' => 'Antwerpen-Centraal',
'destination' => 'Overpelt',
'label' => 'Overpelt',
],
]
],

'time_weather' => [
Expand Down
7 changes: 7 additions & 0 deletions resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
@push('assets')
<style>
.text-danger {
color: #f56565;
}
</style>
@endpush
<x-dashboard>
{{--
<livewire:twitter-tile position="a1:a18" />
Expand Down

0 comments on commit f41e14a

Please sign in to comment.