This website works better with JavaScript.
首頁
探索
說明
登入
yusmar
/
tbg-corp-web
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix
master
Yusmardianto
4 年之前
父節點
962335cd49
當前提交
bed58f6306
共有
3 個文件被更改
,包括
9 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
二進制
public/favicon.ico
+8
-4
src/components/header/header.data.js
+1
-1
src/pages/index.js
二進制
public/favicon.ico
查看文件
Before
After
+ 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 /> */}
Write
Preview
Loading…
取消
儲存