Aktualizovat sk1/frontend/src/components/Footer.jsx
This commit is contained in:
parent
1e770c1c5a
commit
b38b69af96
@ -1,20 +1,20 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { FaTelegram, FaGooglePlay } from 'react-icons/fa';
|
import { FaTelegram, FaGooglePlay } from 'react-icons/fa';
|
||||||
|
|
||||||
const Footer = () => {
|
const Footer = () => {
|
||||||
return (
|
return (
|
||||||
<footer className="footer-container">
|
<footer className="footer-container">
|
||||||
<p>Created by Tetiana Mohorian</p>
|
<p>Created by Tetiana Mohorian</p>
|
||||||
<div className="footer-icons">
|
<div className="footer-icons">
|
||||||
<a href="https://t.me/hate_speech_slovak_bot" target="_blank" rel="noopener noreferrer">
|
<a href="https://t.me/hate_speech_sk_bot" target="_blank" rel="noopener noreferrer">
|
||||||
<FaTelegram size={32} />
|
<FaTelegram size={32} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://play.google.com/store" target="_blank" rel="noopener noreferrer">
|
<a href="https://play.google.com/store" target="_blank" rel="noopener noreferrer">
|
||||||
<FaGooglePlay size={28} />
|
<FaGooglePlay size={28} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Footer;
|
export default Footer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user