Skip to content

Commit

Permalink
move ContactIcons to icons folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nl32 committed Sep 30, 2024
1 parent a5014a8 commit cc338db
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/directory/create/CreateContactSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
Website,
Youtube,
type logoProps,
} from '@src/components/ContactIcons';
} from '@src/icons/ContactIcons';
import {
type Control,
type UseFormRegister,
Expand Down
2 changes: 1 addition & 1 deletion src/app/manage/[clubId]/edit/EditContactSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
Website,
Youtube,
type logoProps,
} from '@src/components/ContactIcons';
} from '@src/icons/ContactIcons';
import { type modifyDeletedAction } from '@src/app/manage/[clubId]/edit/EditContactForm';
import { type editClubContactSchema } from '@src/utils/formSchemas';

Expand Down
2 changes: 1 addition & 1 deletion src/components/club/listing/ContactButtons.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SelectContact as Contacts } from '@src/server/db/models';
import { logo } from '../../ContactIcons';
import { logo } from '@src/icons/ContactIcons';
import Link from 'next/link';

type contentButtonProps = {
Expand Down
File renamed without changes.

0 comments on commit cc338db

Please sign in to comment.