Skip to content

Commit b5e032d

Browse files
authored
Updated hackgpt graphic (#539)
1 parent 03b4b20 commit b5e032d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/components/Home/CurrEvents.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import '../../styles/Home.css';
33
import img1 from '../../images/code2company.png';
4-
import img2 from '../../images/gpt.png';
4+
import img2 from '../../images/hackgpt.png';
55

66
const firstDescription =
77
'Interested in software engineering and curious about the startup world? Join us for Code2Company, our entrepreneurship workshop where we\'ll learn how to build your first MVP and provide hands-on experience with our collab with Linkd (YC X25), a real YC-backed team!';

src/images/gpt.png

-50.3 KB
Binary file not shown.

src/images/hackgpt.png

1.74 MB
Loading

src/pages/Events.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import '../styles/Events.css';
33
import useTitle from '../components/General/useTitle';
44

55
import c2cimg from '../images/code2company.png';
6-
import gptimg from '../images/gpt.png';
6+
import gptimg from '../images/hackgpt.png';
77

88
export default function Events() {
99
useTitle(' | Events');

0 commit comments

Comments
 (0)