Upgrade Compound Web to v7.12.0

This commit is contained in:
Robin
2025-05-28 18:04:29 -04:00
parent f78b8dd153
commit 07a4244c05
9 changed files with 57 additions and 57 deletions

View File

@@ -16,7 +16,7 @@ import {
} from "react";
import { Trans, useTranslation } from "react-i18next";
import {
ErrorIcon,
ErrorSolidIcon,
HostIcon,
OfflineIcon,
WebBrowserIcon,
@@ -63,7 +63,7 @@ const ErrorPage: FC<ErrorPageProps> = ({
icon = WebBrowserIcon;
break;
default:
icon = ErrorIcon;
icon = ErrorSolidIcon;
}
const actions: { label: string; onClick: () => void }[] = [];