-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(website): update website to remove upload functionality (#2704)
# Goals Disable uploads # Implementation This PR does the following: - update the deprecation banner to note uploads are stopped - remove all UI related to uploads - add deprecation notice to the SDK
- Loading branch information
1 parent
83fcd72
commit 060dfd5
Showing
11 changed files
with
33 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
export function DeprecationBanner() { | ||
return ( | ||
<div className="w-full text-center p-3 bg-black text-white text-sm"> | ||
We're evolving our platform for you. Learn more >> | ||
<a href="https://nft.storage/blog/the-next-chapter-of-nftstorage"> | ||
https://nft.storage/blog/the-next-chapter-of-nftstorage | ||
</a> | ||
Notice: Uploads have been decommissioned. Please visit{' '} | ||
<a href="https://nft.storage/nft-storage-classic">the product page</a> to | ||
learn more and find a new hot storage provider for uploading new assets. | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.