Skip to content

Commit

Permalink
removed the github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
thrishank committed Mar 4, 2024
1 parent 66d79af commit aa05efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './footer.css';

import * as React from 'react';
import { faBook, faDownload, faEnvelope, faQuestionCircle, faCode } from '@fortawesome/free-solid-svg-icons';
import { faBook, faDownload, faEnvelope, faQuestionCircle } from '@fortawesome/free-solid-svg-icons';
import Button from 'react-bootstrap/Button';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { ModalProps } from 'react-bootstrap/Modal';
Expand Down Expand Up @@ -121,7 +121,7 @@ const Footer = ({
rel="noreferrer"
target="_blank"
>
<FontAwesomeIcon icon={faCode} /> {t('github ') + version}
<small>{version}</small>
</a>
</div>
</div>
Expand Down

0 comments on commit aa05efb

Please sign in to comment.