Skip to content

Commit

Permalink
fix: update verbiage and default test link
Browse files Browse the repository at this point in the history
  • Loading branch information
cmunns committed May 18, 2022
1 parent 1e9dea2 commit 4bef3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/website/components/gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from 'react'

export default function Gateway() {
const [cid, setCid] = useState(
'QmSiLSBTJ7NRmw6P926tXVrRtkmXjc2grJtF28gtpoQ2JX'
'bafybeiedv7sowwxamly4oicivudp45rsfvbklnf3fvbvonxrwoxqylhtwq/0.json'
)
// QmcMBwDT8wEjNaVgFpQjhZMKPEgHAwNHTErpZTvPzLdvvi
const handleCIDLink = (e) => {
Expand Down
4 changes: 2 additions & 2 deletions packages/website/components/superhot.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export default function Superhot() {
/>

<h4 className="text-lg md:text-xl leading-snug lg:text-2xl font-semibold max-w-4xl mx-auto">
Perma-cache your NFT data on the edge to guarantee the fastest
possible read performance by anyone on the web.
Permacache NFT data of up to 5GB on the edge to guarantee the
fastest possible read performance by anyone on the web.
</h4>

<ul className="max-w-lg text-lg mx-auto mt-12">
Expand Down

0 comments on commit 4bef3a3

Please sign in to comment.