feat: add site announcement configuration data structure and initial items
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
export const ANNOUNCEMENT_ITEMS: AnnouncementItem[] = [
|
export const ANNOUNCEMENT_ITEMS: AnnouncementItem[] = [
|
||||||
{
|
{
|
||||||
id: "main-announcement",
|
id: "main-announcement",
|
||||||
text: "UI Kit v2 yayında.",
|
text: "Yeni videom yayında.",
|
||||||
actionLabel: "İncele ->",
|
actionLabel: "İzle ->",
|
||||||
actionHref: "https://ui.poyrazavsever.com",
|
actionHref: "https://www.youtube.com/watch?v=FS9F1ttC0uw&t=344s",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user