Add markdown icon to changelog link
This commit is contained in:
parent
964d0fa1a1
commit
054d46bfb3
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ $page->navigation();
|
|||
<div class="ui segment">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue