fix x logo link
This commit is contained in:
@@ -118,9 +118,7 @@ $this->beginPage() ?>
|
|||||||
© <?= Html::encode(Yii::$app->name) ?> <?= date('Y') ?>
|
© <?= Html::encode(Yii::$app->name) ?> <?= date('Y') ?>
|
||||||
<a href="<?= Url::to(['/site/terms']) ?>" class="text-black">Terms and Conditions</a>
|
<a href="<?= Url::to(['/site/terms']) ?>" class="text-black">Terms and Conditions</a>
|
||||||
<a href="<?= Url::to(['/site/privacy']) ?>" class="text-black">Privacy Policy</a>
|
<a href="<?= Url::to(['/site/privacy']) ?>" class="text-black">Privacy Policy</a>
|
||||||
<a href="https://x.com/caloriethingy" target="_blank" class="text-black mx-2">
|
<a href="https://x.com/caloriethingy" target="_blank" class="text-black mx-2"><i class="bi bi-twitter-x"></i></a>
|
||||||
<i class="bi bi-twitter-x"></i>
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/caloriethingy/website" target="_blank" class="text-black">
|
<a href="https://github.com/caloriethingy/website" target="_blank" class="text-black">
|
||||||
<i class="bi bi-github"></i>
|
<i class="bi bi-github"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user