Skip to content

Commit 179b092

Browse files
authored
Merge pull request #666 from pycontw/feat/623
[Feature] - [program] - 2025 Panal discussion #623
2 parents 6897596 + c37d1b1 commit 179b092

File tree

4 files changed

+168
-267
lines changed

4 files changed

+168
-267
lines changed

components/core/header/nav-bar/nav-bar-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default Object.freeze({
1818
{ i18nKey: 'talks', value: '/conference/talks' },
1919
{ i18nKey: 'tutorials', value: '/conference/tutorials' },
2020
{ i18nKey: 'panelDiscussion', value: '/conference/panel-discussion' },
21-
// { i18nKey: 'posterSession', value: '/conference/poster-session' },
21+
{ i18nKey: 'posterSession', value: '/conference/poster-session' },
2222
],
2323
events: [
2424
{ i18nKey: 'sprints', value: '/events/sprints' },

0 commit comments

Comments
 (0)