mirror of
https://github.com/harivansh-afk/Austens-Wedding-Guide.git
synced 2026-04-16 17:01:02 +00:00
improved all pages and changed content to match syllabus
This commit is contained in:
parent
43bd803759
commit
b9eb7cf738
32 changed files with 1290 additions and 300 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { useToast } from '@/hooks/use-toast';
|
||||
import {
|
||||
Toast,
|
||||
ToastClose,
|
||||
|
|
@ -7,13 +6,14 @@ import {
|
|||
ToastTitle,
|
||||
ToastViewport,
|
||||
} from '@/components/ui/toast';
|
||||
import { useToast } from '@/components/ui/use-toast';
|
||||
|
||||
export function Toaster() {
|
||||
const { toasts } = useToast();
|
||||
|
||||
return (
|
||||
<ToastProvider>
|
||||
{toasts.map(function ({ id, title, description, action, ...props }) {
|
||||
{toasts.map(({ id, title, description, action, ...props }) => {
|
||||
return (
|
||||
<Toast key={id} {...props}>
|
||||
<div className="grid gap-1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue