Skip to content

Commit f61ec84

Browse files
authored
fix: remove heart (#332)
1 parent 51f2845 commit f61ec84

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class='f3 fw2 montserrat aqua ttu ma0'>Public Gateways</h1>
5252
<div class="Status" title="Online status: is it possible to read data?" style="cursor: help">Online</div>
5353
<div class="Cors" title="Allows Cross-Origin Resource Sharing (CORS fetch)"><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#The_HTTP_response_headers" target="_blank">CORS</a></div>
5454
<div class="Ipns" title="Allows IPNS Resolution to IPFS Content Addresses"><a href="https://docs.ipfs.tech/concepts/ipns" target="_blank">IPNS</a></div>
55-
<div class="Origin" title="Provides Origin Isolation (Subdomain Gateway)"><a href="https://docs.ipfs.io/how-to/address-ipfs-on-web/#subdomain-gateway" target="_blank">Origin</a></div>
55+
<div class="Origin" title="Provides Origin Isolation (Subdomain Gateway)"><a href="https://docs.ipfs.tech/how-to/address-ipfs-on-web/#subdomain-gateway" target="_blank">Origin</a></div>
5656
<div class="Trustless" title="Supports Trustless Gateway Specification"><a href="https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval" target="_blank">Block/CAR</a></div>
5757
<div class="Flag">Country</div>
5858
<div class="Link">Hostname</div>

src/styles.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ div.Node.trustless div.Trustless {
9999
margin: 0 1.3em;
100100
}
101101

102-
div.Node.origin div.Link::after {
103-
content: " 💚"
104-
}
105102
div.Node:not(.online):not(:first-child) {
106103
opacity: .5
107104
}

0 commit comments

Comments
 (0)