Skip to content

Commit

Permalink
chore(auth-server): display nft quest NFT (#33)
Browse files Browse the repository at this point in the history
* chore(auth-server): display nft quest NFT

* chore(auth-server): move nft address to config
  • Loading branch information
itsacoyote authored Dec 6, 2024
1 parent b53b9fe commit 94087ad
Show file tree
Hide file tree
Showing 9 changed files with 626 additions and 70 deletions.
1 change: 1 addition & 0 deletions cspell-config/cspell-misc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ usdc
// examples/nft-quest
Fren
fren
nfts
4 changes: 2 additions & 2 deletions examples/nft-quest/components/zk/panel/section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const props = defineProps<{
}>();
const headerUI = twMerge(
"px-4 flex items-center bg-neutral-100 rounded-t-zk py-2 dark:bg-neutral-950",
"p-4 flex items-center bg-neutral-100 rounded-t-zk dark:bg-neutral-950",
props.ui?.header,
);
Expand All @@ -51,7 +51,7 @@ const bodyUI = computed(() => {
});
const footerUI = twMerge(
"bg-neutral-100 rounded-b-zk p-2 px-4 dark:bg-neutral-950",
"flex justify-center bg-neutral-100 rounded-b-zk p-2 px-4 dark:bg-neutral-950",
props.ui?.footer,
);
</script>
Loading

0 comments on commit 94087ad

Please sign in to comment.