Skip to content

Commit

Permalink
Footer Components Dynamic Data Generate
Browse files Browse the repository at this point in the history
  • Loading branch information
vit718 committed Apr 4, 2021
1 parent c89f869 commit e74954c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions react-beach-resort-dev/src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
import React from "react";

export default function Footer() {
const year = new Date().getFullYear();

return (
<footer className="footer">
<h2>Beach Resort | Hotel Room Book</h2>
<p>
&copy; 2021 BeachResort.com - All Rights Copyright Reserved -{" "}
<a href="https://www.facebook.com/SamiurRahmanMukul">
&copy; <span>{year}</span> BeachResort.com - All Rights Copyright
Reserved To{" "}
<a
target="_blank"
rel="noreferrer"
href="https://www.facebook.com/SamiurRahmanMukul"
>
Samiur Rahman Mukul
</a>
</p>
Expand Down

0 comments on commit e74954c

Please sign in to comment.