File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
components/KeynoteSpeakers Expand file tree Collapse file tree 3 files changed +4
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11---
22import Heading from " ../Heading.astro" ;
33import KeynoteSpeaker from " ./KeynoteSpeaker.astro" ;
4+ import hrsh7th from " ../../assets/speaker-icon/hrsh7th.png?url" ;
5+ import rbtnn from " ../../assets/speaker-icon/rbtnn.png?url" ;
46---
57
68<section
@@ -15,15 +17,15 @@ import KeynoteSpeaker from "./KeynoteSpeaker.astro";
1517 >
1618 <KeynoteSpeaker
1719 keynoteSpeaker =" hrsh7th"
18- imageUrl =" icon/ hrsh7th.png "
20+ imageUrl ={ hrsh7th }
1921 title =" comming soon"
2022 profile =`hrsh7th is a Web frontend engineer based in Japan.
2123With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
2224As a Web frontend engineer, he has a strong interest in enhancing editor-based workflows and user experience for daily development.`
2325 />
2426 <KeynoteSpeaker
2527 keynoteSpeaker =" rbtnn"
26- imageUrl =" icon/ rbtnn.png "
28+ imageUrl ={ rbtnn }
2729 title =" comming soon"
2830 profile =`rbtnn is what you might call an SIer in Japan.
2931These days, his main role is team management, so he doesn't get to write code as often.
You can’t perform that action at this time.
0 commit comments