Skip to content

Commit b2eb25e

Browse files
authored
Fix string formatting for place in workshop sections
Corrected string formatting for place entries in workshop data.
1 parent a510999 commit b2eb25e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/workshop/Workshop2026Section.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ export const items: Item[] = [
8989
date: date(5, 25, 18, 30),
9090
title: 'C/C++③',
9191
circleNames: ['RAINBOU'],
92-
place: 共C305,
92+
place: '共C305',
9393
description:
9494
'OSや組み込みシステムなど、高速な処理が求められる分野で広く用いられる言語であるC/C++を扱います。阪大の競技プログラミングサークルであるRAINBOUが担当します',
9595
},
9696
{
9797
date: date(5, 26, 18, 30),
9898
title: 'C#/Unity③',
99-
place: 豊中共創棟B棟,
99+
place: '豊中共創棟B棟',
100100
description:
101101
'ゲーム開発をはじめ幅広い用途で用いられる言語であるC#を扱います。本格的なゲームエンジンであるUnityを使用してゲーム開発を行います。',
102102
},

0 commit comments

Comments
 (0)