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 { FaTelegram, FaGooglePlay } from 'react-icons/fa';
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<footer className="footer-container">
|
||||
<p>Created by Tetiana Mohorian</p>
|
||||
<div className="footer-icons">
|
||||
<a href="https://t.me/hate_speech_slovak_bot" target="_blank" rel="noopener noreferrer">
|
||||
<FaTelegram size={32} />
|
||||
</a>
|
||||
<a href="https://play.google.com/store" target="_blank" rel="noopener noreferrer">
|
||||
<FaGooglePlay size={28} />
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
||||
export default Footer;
|
||||
import React from 'react';
|
||||
import { FaTelegram, FaGooglePlay } from 'react-icons/fa';
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<footer className="footer-container">
|
||||
<p>Created by Tetiana Mohorian</p>
|
||||
<div className="footer-icons">
|
||||
<a href="https://t.me/hate_speech_sk_bot" target="_blank" rel="noopener noreferrer">
|
||||
<FaTelegram size={32} />
|
||||
</a>
|
||||
<a href="https://play.google.com/store" target="_blank" rel="noopener noreferrer">
|
||||
<FaGooglePlay size={28} />
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
||||
export default Footer;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user