Skip to content

Commit f278968

Browse files
authored
Merge pull request #90 from GPT-DAO/sf56
update typo
2 parents 6ec2bf8 + 18d3ac3 commit f278968

File tree

5 files changed

+19
-18
lines changed

5 files changed

+19
-18
lines changed

summit/src/components/Common/Footer.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const Footer = () => {
3737
<p>We sincerely invite you to join us, bring your creativity and ideals, and explore the future of generative AI together. Please contact us for more information about the Generative AI Summit San Francisco 2024.</p>
3838

3939
<ul className="social-links">
40-
<li>
40+
{/* <li>
4141
<Link to="https://linktr.ee/gptdao" className="twitter" target="_blank">
4242
<SiLinktree />
4343
</Link>
44-
</li>
44+
</li> */}
4545
<li>
4646
<Link to="https://twitter.com/GPTDAOGLOBAL" className="twitter" target="_blank">
4747
<i className="icofont-twitter"></i>

summit/src/components/Home/Speakers.jsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ const Speakers = () => {
109109

110110
<div className='container'>
111111

112-
<span className="new-speakers-span">NEW SPEAKERS UPDATE DAILY!</span>
112+
{/* <span className="new-speakers-span">NEW SPEAKERS UPDATE DAILY!</span>
113113
114114
<div className="" style={{ maxWidth: '100%', overflow: 'hidden' }}>
115115
<h2>Newly Updated Speakers</h2>
116116
117117
</div>
118-
{/* Slick Slider Container */}
118+
119119
<div className='row'>
120120
<Slider {...sliderSettings}>
121121
{speakersrecent.map(speaker => (
@@ -142,10 +142,10 @@ const Speakers = () => {
142142
</div>
143143
))}
144144
</Slider>
145-
</div>
146-
<br></br>
147-
<br></br>
145+
</div> */}
146+
{/* <br></br>
148147
<br></br>
148+
<br></br> */}
149149

150150
</div>
151151

summit/src/components/Home/speakersDataNew.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const speakersnew = [
3131
// ]
3232
// },
3333
{
34-
name: "DR. Yuhuai Wu",
34+
name: "Dr. Yuhuai Wu",
3535
title: "Co-founder",
3636
company: "X.AI",
3737
image: require("../../assets/images/speakers/yuhuai.jpg"),

summit/src/components/Home/speakersRecent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const speakersrecent = [
1212
]
1313
},
1414
{
15-
name: "DR. Yuhuai Wu",
15+
name: "Dr. Yuhuai Wu",
1616
title: "Co-founder",
1717
company: "X.AI",
1818
image: require("../../assets/images/speakers/yuhuai.jpg"),

summit/src/components/Media/TwitterFeed.js

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ import { TwitterTimelineEmbed } from 'react-twitter-embed';
33

44
const TwitterFeed = () => {
55
return (
6-
<div className='twitter-area ptb-120' style={{ display: 'flex', justifyContent: 'center' }}>
7-
<div style={{ width: '80%' }}>
8-
<TwitterTimelineEmbed
9-
sourceType="profile"
10-
screenName="GPTDAOGLOBAL"
11-
options={{height: 500}}
12-
/>
13-
</div>
14-
</div>
6+
// <div className='twitter-area ptb-120' style={{ display: 'flex', justifyContent: 'center' }}>
7+
// <div style={{ width: '80%' }}>
8+
// <TwitterTimelineEmbed
9+
// sourceType="profile"
10+
// screenName="GPTDAOGLOBAL"
11+
// options={{height: 500}}
12+
// />
13+
// </div>
14+
// </div>
15+
null
1516
);
1617
}
1718

0 commit comments

Comments
 (0)