Skip to content

Commit 69dac73

Browse files
committed
Added line link for phpyh conf
1 parent 330cd7c commit 69dac73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/View/Components/HeaderBannerLine.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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/')
2223
])->random();
2324
}
2425

0 commit comments

Comments
 (0)