feat: 📝 Add Like extension

This commit is contained in:
Jesse Wierzbinski 2024-08-06 18:10:20 +02:00
parent 07f8de757b
commit fba00bb82c
No known key found for this signature in database
2 changed files with 113 additions and 1 deletions

View file

@ -278,7 +278,10 @@ export const navigation: NavGroup[] = [
},
{
title: "Extensions",
links: [{ title: "WebSockets", href: "/extensions/websockets" }],
links: [
{ title: "Likes", href: "/extensions/likes" },
{ title: "WebSockets", href: "/extensions/websockets" },
],
},
];