change address on homepage button click

This commit is contained in:
yggverse 2024-04-10 06:38:30 +03:00
parent c016227e9c
commit 7cbda678ea

View file

@ -113,6 +113,10 @@ class Tab
'released', 'released',
function ($entry) function ($entry)
{ {
$this->navigation->address->entry->set_text(
$this->config->homepage
);
$this->navigate( $this->navigate(
$this->config->homepage $this->config->homepage
); );