mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
new header
This commit is contained in:
@@ -98,7 +98,7 @@ class Header extends Component
|
|||||||
'lecturer',
|
'lecturer',
|
||||||
])
|
])
|
||||||
->where('type', '<>', 'markdown_article')
|
->where('type', '<>', 'markdown_article')
|
||||||
->orderBy('created_at')
|
->orderByDesc('created_at')
|
||||||
->take(2)
|
->take(2)
|
||||||
->get(),
|
->get(),
|
||||||
'bitcoinEvents' => BitcoinEvent::query()
|
'bitcoinEvents' => BitcoinEvent::query()
|
||||||
|
|||||||
Reference in New Issue
Block a user