Skip to content

Commit

Permalink
Change tiktok import problem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prominhaj committed Jul 26, 2024
1 parent 031f923 commit 2770206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(main)/(instructor-page)/_components/SocialMedia.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ import {
Twitter,
Instagram,
Linkedin,
Tiktok,
Youtube,
Snail,
SquarePlay,
} from 'lucide-react';

const socialMediaIcons = {
facebook: Facebook,
twitter: Twitter,
instagram: Instagram,
linkedin: Linkedin,
tiktok: Tiktok,
tiktok: SquarePlay,
youtube: Youtube,
snapchat: Snail,
};
Expand Down

0 comments on commit 2770206

Please sign in to comment.