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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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>