Don't mention Twitter anymore, it's gone now for good

This commit is contained in:
Johannes Meyer 2025-03-20 16:27:22 +01:00
parent d86ede517f
commit db851bbe33
2 changed files with 0 additions and 21 deletions

View File

@ -184,15 +184,6 @@ use ipl\Web\Widget\StateBadge;
</div>
<div class="about-social">
<?= $this->qlink(
null,
'https://www.twitter.com/icinga',
null,
array(
'target' => '_blank',
'icon' => 'twitter',
'title' => $this->translate('Icinga on Twitter')
)
) ?> <?= $this->qlink(
null,
'https://www.facebook.com/icinga',
null,

View File

@ -28,18 +28,6 @@
</div>
</div>
<ul id="social">
<li>
<?= $this->qlink(
null,
'https://twitter.com/icinga',
null,
array(
'target' => '_blank',
'icon' => 'twitter',
'title' => $this->translate('Icinga on Twitter')
)
) ?>
</li>
<li>
<?= $this->qlink(
null,