Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
yusmar
/
tbg-corp-web
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix
master
Yusmardianto
hace 4 años
padre
962335cd49
commit
bed58f6306
Se han
modificado 3 ficheros
con
9 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
BIN
public/favicon.ico
+8
-4
src/components/header/header.data.js
+1
-1
src/pages/index.js
BIN
public/favicon.ico
Ver fichero
Antes
Después
+ 8
- 4
src/components/header/header.data.js
Ver fichero
@@ -7,10 +7,14 @@ export default [
path: 'testimonials',
label: 'Business Partner',
},
{
path: 'team',
label: 'Team',
},
// {
// path: 'services',
// label: 'Yamaha'
// },
// {
// path: 'team',
// label: 'Team',
// },
{
path: 'why-us',
label: 'About Us',
+ 1
- 1
src/pages/index.js
Ver fichero
@@ -22,7 +22,7 @@ export default function IndexPage() {
<OtherServices />
<Testimonials />
{/* <Services /> */}
<OurTeam />
{/*
<OurTeam />
*/}
<WhyUs />
<Blog />
{/* <SubscribeUs /> */}
Escribir
Vista previa
Cargando…
Cancelar
Guardar