mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
chore: mandate telnyx signature verification (#319)
This commit is contained in:
parent
5b1e3980b1
commit
8778bb453e
5 changed files with 9 additions and 56 deletions
|
|
@ -70,8 +70,7 @@ type SidebarNavSection = {
|
|||
items: SidebarNavItem[];
|
||||
};
|
||||
|
||||
const TELEPHONY_WARNING_DEADLINE = "15 May 2026";
|
||||
const TELEPHONY_WARNING_COPY = `Action required before ${TELEPHONY_WARNING_DEADLINE}`;
|
||||
const TELEPHONY_WARNING_COPY = "Action required";
|
||||
|
||||
const NAV_SECTIONS: SidebarNavSection[] = [
|
||||
{
|
||||
|
|
@ -206,7 +205,7 @@ export function AppSidebar() {
|
|||
};
|
||||
const warningIndicator = (
|
||||
<AlertTriangle
|
||||
aria-label={`Action required on a telephony configuration before ${TELEPHONY_WARNING_DEADLINE}`}
|
||||
aria-label="Action required on a telephony configuration"
|
||||
className={cn(
|
||||
"text-amber-500",
|
||||
isCollapsed ? "absolute -right-0.5 -top-0.5 h-3 w-3" : "ml-auto h-3.5 w-3.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue