Browse Source

Update home.dart

Oniel Mendez 3 years ago
parent
commit
f472fdb4b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      fast_med_flutter/lib/routes/home.dart

+ 1
- 1
fast_med_flutter/lib/routes/home.dart View File

26
             spaceBetween(),
26
             spaceBetween(),
27
             newButton(context,'/especialidades','Buscar \nespecialidades'),
27
             newButton(context,'/especialidades','Buscar \nespecialidades'),
28
             spaceBetween(),
28
             spaceBetween(),
29
-            newButton(context,'/translation','translation'),
29
+            newButton(context,'/translation','Translation Demo'),
30
             spaceBetween(),
30
             spaceBetween(),
31
             ],
31
             ],
32
         ),
32
         ),