feat: Add Share extension

This commit is contained in:
Jesse Wierzbinski 2024-08-18 17:34:17 +02:00
parent 64cf9d3509
commit c9b6ef8011
No known key found for this signature in database
2 changed files with 49 additions and 0 deletions

View file

@ -289,6 +289,7 @@ export const navigation: NavGroup[] = [
links: [
{ title: "Custom Emojis", href: "/extensions/custom-emojis" },
{ title: "Likes", href: "/extensions/likes" },
{ title: "Share", href: "/extensions/share" },
{ title: "Vanity", href: "/extensions/vanity" },
{ title: "WebSockets", href: "/extensions/websockets" },
],