Skip to content

Commit

Permalink
Merge pull request #1 from vscodejp/fix/company-name
Browse files Browse the repository at this point in the history
Fix company name in speaker field
  • Loading branch information
cssho authored Mar 19, 2024
2 parents 45bff3b + 34bc48e commit 5d34399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/timetable.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ VS Code の強力なエディタ機能に Marp を統合することで、プレ
},
{
speaker: {
name: "ペイクラウドホールディングス",
name: "ペイクラウドホールディングス株式会社",
link: "https://www.paycloud.inc/",
},
},
Expand Down
4 changes: 2 additions & 2 deletions src/content/suponsor/paycloud.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "本年3月1日にキャシュレスサービス事業を展開するバリューデザイン、サイネージ関連事業を手掛けるクラウドポイント、ソリューション事業を展開するアララが経営統合をし、ホールディングス体制となりました。 ペイクラウドグループは、マーケティング分野・企業 DX の分野において、テクノロジーを駆使し、世界をリードする企業グループを目指していきます。また、『アイデアとテクノロジーで世界をもっとハッピーに』という企業理念のもと、世の中のさまざまな課題を解決し、夢と希望が持てる未来を作るべく、グループ一丸となって推進してまいります。",
"title": "ペイクラウドホールディングス",
"title": "ペイクラウドホールディングス株式会社",
"image": "src/content/suponsor/_images/paycloud.png",
"url": "https://www.paycloud.inc/",
"order": 2
}
}

0 comments on commit 5d34399

Please sign in to comment.