Skip to content

Commit

Permalink
fix YouTube link in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Jul 31, 2024
1 parent cfa0ea5 commit f144bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

import ExternalLink from '@/components/ExternalLink';
import ExternalLink, { ExternalLinks } from '@/components/ExternalLink';
import SvgImage from '@/components/SvgImage';

import * as styles from './Footer.module.scss';
Expand All @@ -9,7 +9,7 @@ export default function Footer() {
return (
<div className={styles.footer}>
<ExternalLink
href="https://www.youtube.com/channel/UChgBoJzbKwLzzaU2nMNWUDw/"
href={ExternalLinks.youtube.techTalkVideos}
className={styles.youtube}
>
<SvgImage name="ico-youtube" />Наш YouTube
Expand Down

0 comments on commit f144bbe

Please sign in to comment.