[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [atlas/master] Sync with Tor Icons
commit e7766c5da234491d452a50e34d133d19f333bc7e
Author: Iain R. Learmonth <irl@xxxxxxxx>
Date: Mon Dec 18 22:49:53 2017 +0000
Sync with Tor Icons
---
img/flags/directory.png | Bin 0 -> 280 bytes
img/flags/exit.png | Bin 321 -> 345 bytes
img/flags/ipv6exit.png | Bin 364 -> 404 bytes
img/flags/v2dir-alt.png | Bin 485 -> 0 bytes
img/flags/v2dir.png | Bin 280 -> 485 bytes
js/models/relay.js | 2 +-
6 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/img/flags/directory.png b/img/flags/directory.png
new file mode 100644
index 0000000..c330702
Binary files /dev/null and b/img/flags/directory.png differ
diff --git a/img/flags/exit.png b/img/flags/exit.png
index 6596e53..ec9cb90 100644
Binary files a/img/flags/exit.png and b/img/flags/exit.png differ
diff --git a/img/flags/ipv6exit.png b/img/flags/ipv6exit.png
index 5603a4e..8c731ec 100644
Binary files a/img/flags/ipv6exit.png and b/img/flags/ipv6exit.png differ
diff --git a/img/flags/v2dir-alt.png b/img/flags/v2dir-alt.png
deleted file mode 100644
index a68b7ee..0000000
Binary files a/img/flags/v2dir-alt.png and /dev/null differ
diff --git a/img/flags/v2dir.png b/img/flags/v2dir.png
index c330702..a68b7ee 100644
Binary files a/img/flags/v2dir.png and b/img/flags/v2dir.png differ
diff --git a/js/models/relay.js b/js/models/relay.js
index d796cd7..55a65c4 100644
--- a/js/models/relay.js
+++ b/js/models/relay.js
@@ -40,7 +40,7 @@ define([
output.push([flag, "stable", "This relay is suitable for long-lived circuits."]);
}
if (flag == "V2Dir") {
- output.push([flag, "v2dir-alt", "This relay implements the v2 directory protocol or higher."]);
+ output.push([flag, "v2dir", "This relay implements the v2 directory protocol or higher."]);
}
if (flag == "Valid") {
output.push([flag, "valid", "This relay has been 'validated'."]);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits