Skip to content

Commit d21d822

Browse files
committed
figured out actual number of credit hours
1 parent 56d34e1 commit d21d822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/variants/plain-1/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function PDF() {
8585
<View>
8686
<Text style={[{ fontWeight: 'semibold' }]}>Kennesaw State University</Text>
8787
<Text style={[s.titleSm]}>B.S. Computer Science</Text>
88-
<Text style={[{ marginTop: 4, marginLeft: 12 }]}>• Completed 60/120 credit hours</Text>
88+
<Text style={[{ marginTop: 4, marginLeft: 12 }]}>• Completed 66/120 credit hours</Text>
8989
</View>
9090
</View>
9191
</Page>

src/variants/plain-2/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function PDF() {
9494
<View>
9595
<Text style={[{ fontWeight: 'semibold' }]}>Kennesaw State University</Text>
9696
<Text style={[s.titleSm]}>B.S. Computer Science</Text>
97-
<Text style={[{ marginTop: 4, marginLeft: 12 }]}>• Completed 60/120 credit hours</Text>
97+
<Text style={[{ marginTop: 4, marginLeft: 12 }]}>• Completed 66/120 credit hours</Text>
9898
</View>
9999
</View>
100100
</Page>

0 commit comments

Comments
 (0)