Skip to content

Commit d4f335f

Browse files
committed
Remove dot from country
1 parent 2c247f2 commit d4f335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content/Content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Content = (props) => {
1313
</Typography>
1414
<Typography variant="h5" component="h2" gutterBottom>
1515
<TextDecrypt text={`a ${Resume.basics.job}`} />
16-
<TextDecrypt text={`from ${Resume.basics.location.country}.`} />
16+
<TextDecrypt text={`from ${Resume.basics.location.country}`} />
1717
</Typography>
1818
</Container>
1919
);

0 commit comments

Comments
 (0)