-clsx className groupind and order
+clsx className grouping and order
- layer: z-position
- outer layout: fixed bottom-1/2 left-0 -translate-x-1/2
@@ -18,4 +19,4 @@ Styling conventions
- behavior modifiers: select-none disabled:cursor-not-allowed
- transitions:
-
\ No newline at end of file
+
diff --git a/rsconcept/frontend/src/components/InfoError.tsx b/rsconcept/frontend/src/components/InfoError.tsx
index e152f3fd..2bd1b844 100644
--- a/rsconcept/frontend/src/components/InfoError.tsx
+++ b/rsconcept/frontend/src/components/InfoError.tsx
@@ -1,9 +1,12 @@
import axios, { type AxiosError } from 'axios';
+import clsx from 'clsx';
+import { urls } from '@/utils/constants';
import { isResponseHtml } from '@/utils/utils';
import AnimateFade from './AnimateFade';
import PrettyJson from './ui/PrettyJSON';
+import TextURL from './ui/TextURL';
export type ErrorData = string | Error | AxiosError | undefined;
@@ -50,7 +53,21 @@ function DescribeError({ error }: { error: ErrorData }) {
function InfoError({ error }: InfoErrorProps) {
return (
-