File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
public/images/acc-2025/speakers Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,24 @@ const speakers = [
5151 company: " InFlux Technologies" ,
5252 image: " /images/acc-2025/speakers/daniel.png" ,
5353 },
54+ {
55+ name: " Mark Palmer" ,
56+ title: " Managing Director/Senior " ,
57+ company: " Equity Research Analyst <br/> The Benchmark Company" ,
58+ image: " /images/acc-2025/speakers/mark.png" ,
59+ },
60+ {
61+ name: " Jiahao Sun" ,
62+ title: " CEO" ,
63+ company: " FLock.io" ,
64+ image: " /images/acc-2025/speakers/jiahao.png" ,
65+ },
66+ {
67+ name: " Casey Caruso" ,
68+ title: " Investor" ,
69+ company: " Topology Ventures" ,
70+ image: " /images/acc-2025/speakers/casey.png" ,
71+ },
5472 {
5573 name: " Tommy Eastman" ,
5674 title: " Research Lead" ,
@@ -98,9 +116,10 @@ const speakers = [
98116 { speaker .title }
99117 </p >
100118 { speaker .company && (
101- <p class = " text-xs font-medium !leading-[1.2] text-[#909090] md:text-lg" >
102- { speaker .company }
103- </p >
119+ <p
120+ set :html = { speaker .company }
121+ class = " text-xs font-medium !leading-[1.2] text-[#909090] md:text-lg"
122+ />
104123 )}
105124 </div >
106125 </div >
You can’t perform that action at this time.
0 commit comments