added a files folder and changed the href
All checks were successful
Build frontend / build (push) Successful in 43s

This commit is contained in:
mouazkh
2026-03-22 15:31:54 +03:00
parent 552bbdd269
commit ac1241583b
2 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ export default function ClientLayout({ children }) {
className={`flex items-center space-x-1 ${currentLanguage === "ar" ? "flex-row-reverse space-x-reverse" : ""}`} className={`flex items-center space-x-1 ${currentLanguage === "ar" ? "flex-row-reverse space-x-reverse" : ""}`}
> >
<Link <Link
href="http://45.93.137.91/sweet-home.apk" href="/files/SweetHome.apk"
className="group flex items-center gap-2 text-gray-700 hover:text-green-600 transition-colors" className="group flex items-center gap-2 text-gray-700 hover:text-green-600 transition-colors"
> >
<svg <svg