We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c247f2 commit d4f335fCopy full SHA for d4f335f
src/components/content/Content.js
@@ -13,7 +13,7 @@ export const Content = (props) => {
13
</Typography>
14
<Typography variant="h5" component="h2" gutterBottom>
15
<TextDecrypt text={`a ${Resume.basics.job}`} />
16
- <TextDecrypt text={`from ${Resume.basics.location.country}.`} />
+ <TextDecrypt text={`from ${Resume.basics.location.country}`} />
17
18
</Container>
19
);
0 commit comments