discourse/app/assets/javascripts/admin/addon/templates/whats-new.hbs
Ella E. 663ce73e26
UX: Set consistent width for primary content in admin UI config area (#29147)
* UX: Adjust the config area primary content width

* UX: Tweak spacing on the new feature cards

* apply prettier
2024-10-09 19:40:05 -06:00

19 lines
545 B
Handlebars

<AdminPageHeader
@titleLabel="admin.dashboard.new_features.title"
@descriptionLabel="admin.dashboard.new_features.subtitle"
@learnMoreUrl="https://meta.discourse.org/tags/c/announcements/67/release-notes"
@hideTabs={{true}}
>
<:breadcrumbs>
<DBreadcrumbsItem
@path="/admin/whats-new"
@label={{i18n "admin.dashboard.new_features.title"}}
/>
</:breadcrumbs>
</AdminPageHeader>
<div class="admin-container admin-config-page__main-area">
<div class="admin-config-area">
<DashboardNewFeatures />
</div>
</div>