Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Canada #84

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ <h1 class="display-4">Azure Speed Test 2.0</h1>
<script src="index.min.js"></script>
</body>

</html>
</html>
1 change: 0 additions & 1 deletion index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const Table = class extends React.Component {
<p>
Thanks to:
<ul>
<li><a href="https://github.com/ncareau">NMC</a> for the storage accounts in Canada.</li>
<li><a href="https://github.com/jurajsucik">Juraj Sucik</a> for the storage accounts in Switzerland and Germany North.</li>
<li><a href="https://github.com/brukarkooperativet-jag">Brukarkooperativet JAG</a> for the storage account in Sweden</li>
<li><a href="https://github.com/wi5nia">Tomasz Wisniewski</a> for the storage account in Poland Central</li>
Expand Down
2 changes: 0 additions & 2 deletions lib/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = () => [
{ domain: "speedtestoze", name: "Australia East", icon: "au.svg" },
{ domain: "speedtestukw", name: "West UK", icon: "gb.svg" },
{ domain: "speedtestuks", name: "South UK", icon: "gb.svg" },
{ domain: "speedtestcac", name: "Canada Central", icon: "ca.svg" },
{ domain: "speedtestcae", name: "Canada East", icon: "ca.svg" },
{ domain: "speedtestwestus2", name: "West US 2", icon: "us.svg" },
{ domain: "speedtestwestindia", name: "West India", icon: "in.svg" },
{ domain: "speedtesteastindia", name: "South India", icon: "in.svg" },
Expand Down
Loading