Skip to content

Commit

Permalink
feat; add nostra images
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Nov 7, 2023
1 parent 2787e64 commit 397c235
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/quest/[questPage].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const QuestPage: NextPage<QuestPageProps> = ({ customTags }) => {
res,
error_msg: errorMsg,
} = router.query;
console.log("questPage", questId);
const [quest, setQuest] = useState<QuestDocument>({
id: 0,
name: "loading",
Expand Down
Binary file added public/nostra/favicon.ico
Binary file not shown.
Binary file added public/nostra/rose.webp
Binary file not shown.

0 comments on commit 397c235

Please sign in to comment.