change element component & add menu head & responsive head home

This commit is contained in:
Ehsan
2024-08-10 03:23:34 +03:30
parent 01de360360
commit 0afe0a39b0
14 changed files with 243 additions and 69 deletions
+3 -1
View File
@@ -1 +1,3 @@
export const numberToArStyle = num => num.toLocaleString('ar-AE')
export const numberToArStyle = num => num.toLocaleString('ar-AE');
export const isActiveURL = (link, name) => link === name;