diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.vue | 6 | ||||
| -rw-r--r-- | src/IntroBox.vue | 2 | ||||
| -rw-r--r-- | src/index.html | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/src/App.vue b/src/App.vue index 4dcf698..a4d0811 100644 --- a/src/App.vue +++ b/src/App.vue @@ -20,13 +20,15 @@ <div class="content has-text-centered"> <p> Last update: {{ lastUpdate }}, with {{ totalMatches }} matches total. - Join the <a href="https://discord.gg/txTchJY">Discord Server</a> if you have questions. </p> <p> - <strong>BrokenTalentsFun</strong> by shutterfly (<a href="https://schneefux.xyz">@schneefux</a>). + <strong>BrokenTalentsFun</strong>, the Vainglory Talents and Hero win rate statistics site, by shutterfly (<a href="https://schneefux.xyz">@schneefux</a>). + <br /> <a href="https://github.com/BrokenTalents/brokentalents.github.io">Source Code</a>. Built with the <a href="http://developer.vainglorygame.com">Vainglory API</a>. Images by <a href="https://vainglorygame.com">Super Evil Mega Corp</a>, Gwen Icon by Bleeko. + <br /> + Join the <a href="https://discord.gg/txTchJY">Discord Server</a> if you have questions. </p> <p> </p> diff --git a/src/IntroBox.vue b/src/IntroBox.vue index 457f9f5..b4d4600 100644 --- a/src/IntroBox.vue +++ b/src/IntroBox.vue @@ -9,7 +9,7 @@ <br /> Talents are special boosts for Vainglory's Brawl modes that upgrade and change hero abilities in a variety of different ways. <br /> - Information on this site has been gathered from a small number of real Vainglory matches. + The pick and win rates on this site have been gathered from real Vainglory matches. The data can be imprecise and can be contrary to your personal experience. </p> <p> diff --git a/src/index.html b/src/index.html index 3b00cdc..41110e0 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <title>Vainglory Broken Talents Fun Statistics</title> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <meta name="description" content="Vainglory Talent and Hero statistics"> + <meta name="description" content="Vainglory Talent and Hero statistics. Find the best Talent for Blitz and Battle Royale. Check Vainglory Hero pick and win rates."> <meta name="keywords" content="Vainglory,Talents,5v5,Blitz,Battle Royale"> <meta property="og:image" content="/dist/assets/TalentGrab_square.jpg"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
