We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f0152 commit 85683a2Copy full SHA for 85683a2
resources/components/Dashboard/Sidebar.vue
@@ -66,6 +66,14 @@
66
</RouterLink>
67
</li>
68
69
+ <li>
70
+ <RouterLink to="/functions" class="sidebar-links group">
71
+ <div
72
+ class="i-hugeicons-function-square h-5 w-5 text-gray-500 transition duration-150 ease-in-out dark:text-gray-200 group-hover:text-gray-700" />
73
+ Functions
74
+ </RouterLink>
75
+ </li>
76
+
77
<li>
78
<RouterLink to="/releases" class="sidebar-links group">
79
<div class="i-hugeicons-right-to-left-list-number h-5 w-5 text-gray-500 transition duration-150 ease-in-out dark:text-gray-200 group-hover:text-gray-700" />
0 commit comments