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