Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Feb 7, 2025
1 parent 16c56f5 commit d58fb63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion client/www/components/dash/auth/Origins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ import {
PlusIcon,
TrashIcon,
} from '@heroicons/react/24/solid';
import { DevicePhoneMobileIcon, GlobeAltIcon } from '@heroicons/react/24/outline';
import {
DevicePhoneMobileIcon,
GlobeAltIcon,
} from '@heroicons/react/24/outline';
import NetlifyIcon from '../../icons/NetlifyIcon';
import VercelIcon from '../../icons/VercelIcon';

Expand Down
5 changes: 4 additions & 1 deletion client/www/lib/toast.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { ToastContainer, toast, Flip } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import { InformationCircleIcon } from '@heroicons/react/24/outline';
import { ExclamationCircleIcon, CheckCircleIcon } from '@heroicons/react/24/solid';
import {
ExclamationCircleIcon,
CheckCircleIcon,
} from '@heroicons/react/24/solid';

export function infoToast(text, options) {
toast.info(text, {
Expand Down

0 comments on commit d58fb63

Please sign in to comment.