mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
Remove folder name under message
This commit is contained in:
+1
-2
@@ -82,7 +82,6 @@ export default function Error({
|
||||
<p className={"font-medium"}>
|
||||
{extendedError?.message}
|
||||
</p>
|
||||
<span>{path}</span>
|
||||
<div
|
||||
className={
|
||||
"flex flex-row gap-2 tablet:flex-row"
|
||||
@@ -108,7 +107,7 @@ export default function Error({
|
||||
{/* Error reason */}
|
||||
<pre
|
||||
className={
|
||||
"absolute bottom-2 my-4 max-w-sm whitespace-pre-wrap rounded-lg border border-zinc-500/25 bg-zinc-100 px-4 py-2 text-xs dark:bg-zinc-900 md:max-w-screen-lg"
|
||||
"absolute bottom-0 my-4 max-w-sm whitespace-pre-wrap rounded-lg border border-zinc-500/25 bg-zinc-100 px-4 py-2 text-xs dark:bg-zinc-900 md:max-w-screen-lg"
|
||||
}
|
||||
>
|
||||
<b>{extendedError?.category}: </b>
|
||||
|
||||
Reference in New Issue
Block a user