Skip to content

Commit 90dcb61

Browse files
committed
feat(KeynoteSpeakers): タイトルを設定
1 parent 8a631cf commit 90dcb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2025/src/components/KeynoteSpeakers/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ import rbtnn from "../../assets/speaker-icon/rbtnn.png?url";
1818
<KeynoteSpeaker
1919
keynoteSpeaker="hrsh7th"
2020
imageUrl={hrsh7th}
21-
title="comming soon"
21+
title="nvim-cmp retrospective: Exploring Completion and Facing FOSS Challenges"
2222
profile=`hrsh7th is a Web frontend engineer based in Japan.
2323
With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
2424
As a Web frontend engineer, he has a strong interest in enhancing editor-based workflows and user experience for daily development.`
2525
/>
2626
<KeynoteSpeaker
2727
keynoteSpeaker="rbtnn"
2828
imageUrl={rbtnn}
29-
title="comming soon"
29+
title="Introducing the TabPanel Feature: Motivation and Implementation"
3030
profile=`rbtnn is what you might call an SIer in Japan.
3131
These days, his main role is team management, so he doesn't get to write code as often.
3232
That said, he worked across the stack throughout his career—from server-side and client-side development to embedded systems—making him a so-called full-stack engineer.

0 commit comments

Comments
 (0)