mirror of
https://git.gay/DeltaStudio/PufokReactApp.git
synced 2025-07-18 13:52:25 +07:00
initial commit at pufok branch
This commit is contained in:
parent
b5a776913b
commit
b52dcd669f
@ -1,9 +1,11 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
function Footer() {
|
function Footer() {
|
||||||
|
const currentYear = new Date().getFullYear();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<footer className="footer">
|
<footer className="footer">
|
||||||
<p>© 2025 pufok. Все права зафырканы.</p>
|
<p>© {currentYear} pufok. Все права зафырканы.</p>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user