2024-10-10 09:40:05 +08:00
|
|
|
<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>
|
2024-08-22 08:28:29 +08:00
|
|
|
|
2024-10-10 09:40:05 +08:00
|
|
|
<div class="admin-container admin-config-page__main-area">
|
|
|
|
<div class="admin-config-area">
|
|
|
|
<DashboardNewFeatures />
|
|
|
|
</div>
|
2024-07-29 12:20:12 +08:00
|
|
|
</div>
|