Bump Studio version
This commit is contained in:
parent
c87af7dbec
commit
520df5669a
@ -1,4 +1,4 @@
|
|||||||
APP_VERSION=0.8.6
|
APP_VERSION=0.8.7
|
||||||
|
|
||||||
NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS
|
NEXT_PUBLIC_PINATA_ENDPOINT_URL=https://api.pinata.cloud/pinning/pinFileToIPFS
|
||||||
NEXT_PUBLIC_SG721_CODE_ID=2595
|
NEXT_PUBLIC_SG721_CODE_ID=2595
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stargaze-studio",
|
"name": "stargaze-studio",
|
||||||
"version": "0.8.6",
|
"version": "0.8.7",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
@ -88,7 +88,7 @@ const RevokeAuthorization: NextPage = () => {
|
|||||||
title="Authorization"
|
title="Authorization"
|
||||||
/>
|
/>
|
||||||
<LinkTabs activeIndex={1} data={authzLinkTabs} />
|
<LinkTabs activeIndex={1} data={authzLinkTabs} />
|
||||||
<div className="flex flex-col w-1/3">
|
<div className="flex flex-col w-2/5">
|
||||||
<span className="font-bold text-white">Authorization Type</span>
|
<span className="font-bold text-white">Authorization Type</span>
|
||||||
<select
|
<select
|
||||||
className="py-2 px-4 mt-2 bg-black rounded-md border-2 border-white"
|
className="py-2 px-4 mt-2 bg-black rounded-md border-2 border-white"
|
||||||
|
Loading…
Reference in New Issue
Block a user