Skip to content

Commit

Permalink
refactor: update LoginModal import in app.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dontry committed Jul 10, 2024
1 parent 5d2008a commit 7217efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SavedItemLimitModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SavedItemLimitModal({ description, open, onConfirm, onClose }) {
Upgrade
</button>
<button
className="text-gray-400 px-4 py-1 bg-black-600 hover:text-gray-100 duration-200 font-semibold"
className="text-gray-400 px-4 py-1 rounded-lg bg-black-600 hover:text-gray-100 duration-200 font-semibold"
onClick={onClose}
>
Dismiss
Expand Down
3 changes: 1 addition & 2 deletions src/components/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ import mixpanel from '../services/mixpanel.js';
import '../assets/tailwind.css';
import CheatSheetModal from './CheatSheetModal';
import SettingsModal from './SettingsModal';
import { PricingModal } from './subscription/PricingModal';
import { SupportDeveloperModal } from './SupportDeveloperModal';
import LoginModal from './LoginModal';
import { SavedItemLimitModal } from './SavedItemLimitModal';

if (module.hot) {
Expand Down

0 comments on commit 7217efd

Please sign in to comment.