diff --git a/src/shared/components/kbar/provider.tsx b/src/shared/components/kbar/provider.tsx index 907f1b81..c5ec1a6a 100644 --- a/src/shared/components/kbar/provider.tsx +++ b/src/shared/components/kbar/provider.tsx @@ -27,7 +27,8 @@ import { User, SquaresFour, Files, - Books + Books, + ChartPieSlice } from '@/shared/wrappers/phosphor-icons' import { getSortedPosts } from '@/shared/lib/get-sorted-posts' import { KBar } from '@/shared/components/kbar' @@ -55,6 +56,14 @@ export function CustomKBarProvider({ children }: { children: ReactNode }) { keywords: 'about me user information info', icon: , perform: () => push('/about') + }, + { + id: 'statistics', + name: 'Statistics', + shortcut: ['n', 's'], + keywords: 'statistics github spotify data', + icon: , + perform: () => push('/about/statistics') } ]