mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-21 20:36:37 +00:00
💄 show update type in badge
This commit is contained in:
@@ -8,7 +8,7 @@ export type ProductUpdate = {
|
||||
link: string | null;
|
||||
edition: "enterprise" | "community" | "cloud" | null;
|
||||
id: number;
|
||||
priority: "CRITICAL" | "IMPORTANT" | "NORMAL" | null;
|
||||
type: "Update" | "Important" | "New";
|
||||
title: string;
|
||||
contents: string;
|
||||
publishedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user