Skip to content

Commit

Permalink
footer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
unixvb committed Nov 15, 2024
1 parent 37c19b8 commit 422ae5b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {GithubIcon} from '../../assets/icons/GithubIcon/GithubIcon';
import {TelegramIcon} from '../../assets/icons/TelegramIcon/TelegramIcon';
import {TwitterIcon} from '../../assets/icons/TwitterIcon/TwitterIcon';
import {
BLACKBOT_LINK,
COMMUNITY_CHAT_LINK,
GITBOOK_LINK,
GITHUB_LINK,
Expand All @@ -15,7 +14,6 @@ import {
import {ContentContainer} from '../../shared/content-container/content-container';
import {getClassName} from '../../utils/style.utils';

const currentYear = new Date().getFullYear();
const iconSize = 24;

export const Footer = () => (
Expand Down Expand Up @@ -75,18 +73,6 @@ export const Footer = () => (
Support
</a>
</div>
<div className={styles.container_row}>
<p className={styles.copyright_text}>
Copyright © {currentYear}{' '}
<a
className={styles.container_a}
href={BLACKBOT_LINK}
target="_blank"
>
Blackbot
</a>
</p>
</div>
</div>
</ContentContainer>
);

0 comments on commit 422ae5b

Please sign in to comment.