Skip to content

Commit 24159c3

Browse files
authored
Merge pull request #2 from AliMoallem27/master
Fixing show country and city name
2 parents 39b5861 + a605695 commit 24159c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/HelmetMeta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const HelmetMeta = () => {
77
return (
88
<Helmet>
99
<meta name="theme-color" content={Settings.colors.primary} />
10-
<title>{Resume.basics.name} | Bremen, Germany</title>
10+
<title>{Resume.basics.name} | {Resume.basics.location.city}, {Resume.basics.location.country}</title>
1111
<meta name="author" content={Resume.basics.name} />
1212
<meta name="description" content={Resume.basics.description} />
1313
<meta name="keywords" content={Resume.basics.keywords} />

0 commit comments

Comments
 (0)