Skip to content

Commit 94087ad

Browse files
authored
chore(auth-server): display nft quest NFT (#33)
* chore(auth-server): display nft quest NFT * chore(auth-server): move nft address to config
1 parent b53b9fe commit 94087ad

File tree

9 files changed

+626
-70
lines changed

9 files changed

+626
-70
lines changed

cspell-config/cspell-misc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ usdc
2727
// examples/nft-quest
2828
Fren
2929
fren
30+
nfts

examples/nft-quest/components/zk/panel/section.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const props = defineProps<{
3232
}>();
3333
3434
const headerUI = twMerge(
35-
"px-4 flex items-center bg-neutral-100 rounded-t-zk py-2 dark:bg-neutral-950",
35+
"p-4 flex items-center bg-neutral-100 rounded-t-zk dark:bg-neutral-950",
3636
props.ui?.header,
3737
);
3838
@@ -51,7 +51,7 @@ const bodyUI = computed(() => {
5151
});
5252
5353
const footerUI = twMerge(
54-
"bg-neutral-100 rounded-b-zk p-2 px-4 dark:bg-neutral-950",
54+
"flex justify-center bg-neutral-100 rounded-b-zk p-2 px-4 dark:bg-neutral-950",
5555
props.ui?.footer,
5656
);
5757
</script>

0 commit comments

Comments
 (0)