Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/Rarity Skin #116

Merged
merged 6 commits into from
Nov 22, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
🚨 Lint
  • Loading branch information
Major-Eth committed Nov 22, 2021
commit 9a619bd5841de771c1d8095ef83d41ac28791c8c
2 changes: 1 addition & 1 deletion pages/town/tavern.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Box from 'components/Box';
import SectionRecruit from 'sections/SectionRecruit';
import TAVERN_NEWS from 'utils/codex/tavernNews.json';
import CLASSES from 'utils/codex/classes';
import {getOpenMicDialogOption, OpenMicSignUpList} from 'components/dungeons/openmic';
import {getOpenMicDialogOption, OpenMicSignUpList} from 'components/dungeons/openmic';

dayjs.extend(duration);
dayjs.extend(relativeTime);
Expand Down