@@ -131,10 +131,30 @@ export default function Usuarios() {
131131 </ div >
132132
133133 < div className = "flex justify-center py-4 text-slate-400 space-x-3" >
134- < a className = "hover:text-slate-600" href = "https://homepage-appsplosion.herokuapp.com/" > Appsplosion</ a >
135- < a className = "hover:text-slate-600" href = "https://homepage-appsplosion.herokuapp.com/privacypolicy" > Contact</ a >
136- < a className = "hover:text-slate-600" href = "https://homepage-appsplosion.herokuapp.com/privacypolicy" > Privacy Policy</ a >
137- < a className = "hover:text-slate-600" href = "https://github.com/ezzcodeezzlife/programming-helper.com" > GitHub</ a >
134+ < a
135+ className = "hover:text-slate-600"
136+ href = "https://homepage-appsplosion.herokuapp.com/"
137+ >
138+ Appsplosion
139+ </ a >
140+ < a
141+ className = "hover:text-slate-600"
142+ href = "https://homepage-appsplosion.herokuapp.com/privacypolicy"
143+ >
144+ Contact
145+ </ a >
146+ < a
147+ className = "hover:text-slate-600"
148+ href = "https://homepage-appsplosion.herokuapp.com/privacypolicy"
149+ >
150+ Privacy Policy
151+ </ a >
152+ < a
153+ className = "hover:text-slate-600"
154+ href = "https://github.com/ezzcodeezzlife/programming-helper.com"
155+ >
156+ GitHub
157+ </ a >
138158 </ div >
139159 </ >
140160 )
0 commit comments