Skip to content

Commit 42ef9d5

Browse files
committed
Changed text for phpyh header banner
1 parent 4fea23e commit 42ef9d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/View/Components/HeaderBannerLine.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ public function __construct()
1919
sprintf('Любите загадки? Событие еще доступно на <a href="%s" class="text-white link-offset-2 link-offset-3-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover">сайте</a>.', route('quiz.open')),
2020
sprintf('Подписывайтесь на наш <a href="%s" class="text-white link-offset-2 link-offset-3-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover">Telegram канал</a> и будьте в курсе всех событий.', config('services.telegram.channel_url')),
2121
sprintf('Поддержите проект сделав <a href="%s" class="text-white link-offset-2 link-offset-3-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover">пожертвование</a>.', route('donate')),
22-
sprintf('Новая <a href="%s" class="text-white link-offset-2 link-offset-3-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover">PHP-конференция</a> для всех!', 'https://conf.phpyh.ru/'),
22+
sprintf(
23+
'Новая PHP-конференция <a href="%s" class="text-white link-offset-2 link-offset-3-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover">Пых.конф’25</a> — уже 19 сентября!',
24+
'https://conf.phpyh.ru/'
25+
),
2326
])->random();
2427
}
2528

0 commit comments

Comments
 (0)