Skip to content

Commit

Permalink
hotfix4
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoMorj committed Oct 31, 2023
1 parent 7d7cdad commit f3885e5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout/footer/Footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import StreetcodeFooter from '@images/footer/streetcode-footer.webp';
import Telegram from '@images/footer/Telegram.svg';
import TikTok from '@images/footer/TikTok.svg';
import Twitter from '@images/footer/Twitter2.svg';
import Youtube from '@images/footer/Youtube.svg';
import Youtube from '@images/footer/You.svg';

import { useEffect, useState } from 'react';
import { HashLink as Link } from 'react-router-hash-link';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './SocialMediaLinks.styles.scss';
import FaceBook from '@images/header-drawer/Facebook.svg';
import Instagram from '@images/header-drawer/Instagram.svg';
import Telegram from '@images/header-drawer/Telegram.svg';
import TikTok from '@images/header-drawer/TikTok.svg';
import TikTok from '@images/header-drawer/Tik.svg';
import Youtube from '@images/header-drawer/You.svg';

import SOCIAL_MEDIA from '@/app/common/constants/social.constants';
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit f3885e5

Please sign in to comment.