Skip to content

Commit f8cc30e

Browse files
feat: add procfile
1 parent 36dc2f8 commit f8cc30e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: npm run start

Diff for: client/src/sections/About/About.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const About = () => {
1616
About CS Overflow
1717
</Title>
1818
<Text className="about-hero__subtitle" type="secondary">
19-
Open source Q/A for
19+
Open source Q/A for
2020
<strong> Computer Science & Engineering students.</strong>
2121
</Text>
2222
<div className="about__body">

0 commit comments

Comments
 (0)