UX: Minor fix to admin what's new link (#30143)

Followup 9c4c17ad3f
This commit is contained in:
Martin Brennan
2024-12-06 14:23:09 +10:00
committed by GitHub
parent 9c4c17ad3f
commit 31abb0b59e

View File

@@ -166,7 +166,7 @@
this.model.attributes.discourse_updated_at
leaveAgo="true"
}}</p>
<LinkTo @route="admin.whatsNew">
<LinkTo @route="admin.whatsNew" class="btn btn-default">
{{i18n "admin.dashboard.whats_new_in_discourse"}}
</LinkTo>
</div>