chore: rename notification banners to announcement banners (#13419)

This commit is contained in:
Kayla Washburn-Love
2024-05-31 10:59:28 -06:00
committed by GitHub
parent de8149fbfd
commit b248f125e1
42 changed files with 355 additions and 349 deletions

View File

@ -36,7 +36,7 @@ import (
type API struct {
opts Options
*ManifestAPI
*NotificationBannerAPI
*AnnouncementBannerAPI
*StatsAPI
*LifecycleAPI
*AppsAPI
@ -108,7 +108,7 @@ func New(opts Options) *API {
},
}
api.NotificationBannerAPI = &NotificationBannerAPI{
api.AnnouncementBannerAPI = &AnnouncementBannerAPI{
appearanceFetcher: opts.AppearanceFetcher,
}