added a files folder and changed the href
All checks were successful
Build frontend / build (push) Successful in 43s
All checks were successful
Build frontend / build (push) Successful in 43s
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user