Skip to content

Commit

Permalink
fix(app): toaster not persist
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jan 29, 2024
1 parent d536f38 commit a5779e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function followSearch(params: Record<string, string>) {
<title>{`${title ? `${title} | ` : ''}Anime Garden 動漫花園資源網第三方镜像站`}</title>
</head>
<body>
<Toaster client:only="react" transition:persist />
<Toaster client:only="react" />
<header class="w-full pt-8vh bg-[#fef8f7] border-b">
<h1 class="text-4xl pb-10rem font-quicksand font-bold text-center select-none outline-none">
<a href="/">🌸 Anime Garden</a>
Expand Down

0 comments on commit a5779e1

Please sign in to comment.