使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
yusmar
/
tbg-corp-web
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
fix
master
Yusmardianto
4 年前
父节点
962335cd49
当前提交
bed58f6306
共有
3 个文件被更改
,包括
9 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
二进制
public/favicon.ico
+8
-4
src/components/header/header.data.js
+1
-1
src/pages/index.js
二进制
public/favicon.ico
查看文件
之前
之后
+ 8
- 4
src/components/header/header.data.js
查看文件
@@ -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
查看文件
@@ -22,7 +22,7 @@ export default function IndexPage() {
<OtherServices />
<Testimonials />
{/* <Services /> */}
<OurTeam />
{/*
<OurTeam />
*/}
<WhyUs />
<Blog />
{/* <SubscribeUs /> */}
撰写
预览
正在加载...
取消
保存