Skip to content

Commit a11b47e

Browse files
authored
Merge pull request #193 from vim-jp/feature/fix-icon-path
2 parents 1285bde + 0d1123e commit a11b47e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
File renamed without changes.

2025/src/components/KeynoteSpeakers/index.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
import Heading from "../Heading.astro";
33
import 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.
2123
With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
2224
As 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.
2931
These days, his main role is team management, so he doesn't get to write code as often.

0 commit comments

Comments
 (0)