Skip to content

Commit 4bbdac3

Browse files
authored
Merge pull request #57 from encap/dev
change site title
2 parents da68ce9 + 1230483 commit 4bbdac3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1 align="center">CodeRush</h1>
1616

1717
<p align="center">
18-
The best typing speed test for programmers
18+
The best typing test for programmers
1919
<br />
2020
<br />
2121
<a href="https://coderush.xyz">View Live</a>

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212

1313
<meta property="og:type" content="website">
1414
<meta property="og:url" content="https://coderush.xyz/">
15-
<meta property="og:title" content="CodeRush - the best typing speed test for programmers">
15+
<meta property="og:title" content="CodeRush - the best typing test for programmers">
1616
<meta property="og:description" content="30 languages. Detailed statistics. Multiplayer support. Don't waste your time on correcting typos. Improve your typing skills now!">
1717
<meta property="og:image" content="<%= BASE_URL %>thumbnail.jpg">
1818

1919
<meta property="twitter:card" content="summary_large_image">
2020
<meta property="twitter:url" content="https://coderush.xyz/">
21-
<meta property="twitter:title" content="CodeRush - the best typing speed test for programmers">
21+
<meta property="twitter:title" content="CodeRush - the best typing test for programmers">
2222
<meta property="twitter:description" content="30 languages. Detailed statistics. Multiplayer support. Don't waste your time on correcting typos. Improve your typing skills now!">
2323
<meta property="twitter:image" content="<%= BASE_URL %>thumbnail.jpg">
2424

2525
<meta name="google-site-verification" content="PkPp5p5FZeYE0LhLxYM6bvTCGwCQSDJLo8BfdjtucmA" />
2626

27-
<title>CodeRush · The best typing speed test for programmers</title>
27+
<title>CodeRush · The best typing test for programmers</title>
2828

2929
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159002469-3"></script>
3030
<script>

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes = [
1414
path: '/',
1515
name: 'Start',
1616
component: Start,
17-
meta: { title: 'CodeRush · The best typing speed test for programmers' },
17+
meta: { title: 'CodeRush · The best typing test for programmers' },
1818
},
1919
{
2020
path: '/about',

0 commit comments

Comments
 (0)