Add markdown icon to changelog link

This commit is contained in:
Jay Trees 2022-04-14 10:48:08 +02:00
parent 964d0fa1a1
commit 054d46bfb3

View file

@ -115,7 +115,7 @@ $page->navigation();
<div class="ui segment"> <div class="ui segment">
<h2 class="ui header"><?= __("What's new") ?></h2> <h2 class="ui header"><?= __("What's new") ?></h2>
<p><?= sprintf(__('Check out the %s for a list changes'), '<a href="/CHANGELOG.md">' . __('Changelog') . '</a>') ?></p> <p><?= sprintf(__('Check out the %s for a list changes'), '<a href="/CHANGELOG.md">' . __('Changelog') . '</a> (<i class="markdown icon"></i>)') ?></p>
</div> </div>
</div> </div>
</div> </div>