diff --git a/src/components/Events.tsx b/src/components/Events.tsx index b1ba056..ea9f519 100644 --- a/src/components/Events.tsx +++ b/src/components/Events.tsx @@ -9,7 +9,7 @@ import svbdc1 from "../img/SVBDC1.webp"; import svbdc2 from "../img/SVBDC2.webp"; const newTypeError = () => { - throw new TypeError("wrong type!"); + throw new TypeError("another wrong type!"); }; const Events = () => {