feat(site): update announcement bar to UI Kit v2
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export type AnnouncementItem = {
|
export type AnnouncementItem = {
|
||||||
id: string;
|
id: string;
|
||||||
text: string;
|
text: string;
|
||||||
actionLabel: string;
|
actionLabel: string;
|
||||||
@@ -8,8 +8,8 @@ export type AnnouncementItem = {
|
|||||||
export const ANNOUNCEMENT_ITEMS: AnnouncementItem[] = [
|
export const ANNOUNCEMENT_ITEMS: AnnouncementItem[] = [
|
||||||
{
|
{
|
||||||
id: "main-announcement",
|
id: "main-announcement",
|
||||||
text: "ASLJKDAKJSDLKASDALŞSD",
|
text: "UI Kit v2 yayında.",
|
||||||
actionLabel: "İncele ->",
|
actionLabel: "İncele ->",
|
||||||
actionHref: "https://ui.poyrazavsever.com"
|
actionHref: "https://ui.poyrazavsever.com",
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user