Skip to content

Commit 5f17e5b

Browse files
committed
update footer
1 parent df8e89d commit 5f17e5b

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

src/Components/footer/Footer.jsx

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,15 @@ const footerData = {
2323
icon: <FaTelegram className="w-5 h-5" />,
2424
ariaLabel: "Contact via Telegram"
2525
},
26-
{
27-
name: "Website",
28-
url: "https://ahmad-rasouli-sgd5qfa.gamma.site/",
29-
icon: <FaGlobe className="w-5 h-5" />,
30-
ariaLabel: "Visit personal website"
31-
}
26+
3227
],
3328
copyright: {
34-
text: "© 2025 Ahmad Rasouli. All rights reserved.",
29+
text: "The project is completely open source, but to support me, please fork and star me before cloning..",
3530
author: {
3631
name: "Ahmad Rasouli",
3732
email: "darkcodeit@protonmail.com"
3833
},
39-
credits: {
40-
text: "Initial Design by ",
41-
email: "siavash.sattari.dev@gmail.com"
42-
}
34+
4335
}
4436
};
4537

@@ -85,16 +77,8 @@ function Footer() {
8577
{footerData.copyright.author.name}
8678
</a>
8779
</p>
88-
<div className="hidden md:block"></div>
89-
<p>
90-
{footerData.copyright.credits.text}{" "}
91-
<a
92-
href={`mailto:${footerData.copyright.credits.email}`}
93-
className="text-blue-400 hover:text-blue-300 transition-colors"
94-
>
95-
{footerData.copyright.credits.email.split('@')[0]}
96-
</a>
97-
</p>
80+
81+
9882
</div>
9983
</div>
10084
</div>

0 commit comments

Comments
 (0)