feat: restore 'Meet' link in client navigation for improved accessibility
All checks were successful
GBCI / build (push) Successful in 2m22s
All checks were successful
GBCI / build (push) Successful in 2m22s
This commit is contained in:
parent
d0e27dad20
commit
287f7dad09
1 changed files with 1 additions and 1 deletions
|
@ -6,12 +6,12 @@ import Image from 'next/image';
|
|||
|
||||
const examples = [
|
||||
{ name: "Chat", href: "/chat" },
|
||||
{ name: "Meet", href: "/meet" },
|
||||
{ name: "Dashboard", href: "/dashboard" },
|
||||
{ name: "Mail", href: "/mail" },
|
||||
{ name: "Tree", href: "/tree" },
|
||||
{ name: "Editor", href: "/editor" },
|
||||
{ name: "Tables", href: "/table" },
|
||||
{ name: "Meet", href: "/meet" },
|
||||
{ name: "Videos", href: "/videos" },
|
||||
{ name: "Music", href: "/music" },
|
||||
{ name: "Templates", href: "/templates" },
|
||||
|
|
Loading…
Add table
Reference in a new issue