Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/dashboard/[server_id]/quests/one-time/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const CreateOneTimeQuest = () => {
</div>
}
footer={
<div className="flex justify-between py-4 mx-auto max-w-5xl">
<div className="flex justify-between py-4 mx-auto w-full max-w-5xl">
<button
type="button"
className={button({ appearance: 'text' })}
Expand All @@ -46,7 +46,7 @@ const CreateOneTimeQuest = () => {
</div>
}
>
one time create
{/* TODO: create one-time quest */}
</DashboardLayout>
)
}
Expand Down