Skip to content

Commit

Permalink
馃悰 fix: Fix undefined 'DISCORD'
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed May 1, 2024
1 parent c63de64 commit 41c70be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/@nav/_layout/Desktop/BottomActions.tsx
Expand Up @@ -5,7 +5,7 @@ import { memo } from 'react';
import { useTranslation } from 'react-i18next';

import UserPanel from '@/app/(main)/@nav/features/UserPanel';
import { DOCUMENTS, GITHUB } from '@/const/url';
import { DISCORD, DOCUMENTS } from '@/const/url';
import { SidebarTabKey } from '@/store/global/initialState';

export interface BottomActionProps {
Expand Down

0 comments on commit 41c70be

Please sign in to comment.