feat: Add Custom Emojis extension

This commit is contained in:
Jesse Wierzbinski 2024-08-18 16:11:45 +02:00
parent fb197167c7
commit 64cf9d3509
No known key found for this signature in database
5 changed files with 85 additions and 5 deletions

View file

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