new header

This commit is contained in:
HolgerHatGarKeineNode
2023-02-26 00:01:05 +01:00
parent cf4443c7f2
commit 2088c9f6c1

View File

@@ -98,7 +98,7 @@ class Header extends Component
'lecturer',
])
->where('type', '<>', 'markdown_article')
->orderBy('created_at')
->orderByDesc('created_at')
->take(2)
->get(),
'bitcoinEvents' => BitcoinEvent::query()