Bump Studio version

This commit is contained in:
Serkan Reis 2024-01-17 13:16:25 +03:00
parent c87af7dbec
commit 520df5669a
3 changed files with 3 additions and 3 deletions

View File

@ -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_SG721_CODE_ID=2595

View File

@ -1,6 +1,6 @@
{
"name": "stargaze-studio",
"version": "0.8.6",
"version": "0.8.7",
"workspaces": [
"packages/*"
],

View File

@ -88,7 +88,7 @@ const RevokeAuthorization: NextPage = () => {
title="Authorization"
/>
<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>
<select
className="py-2 px-4 mt-2 bg-black rounded-md border-2 border-white"