File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments