diff --git a/frontend/app/components/shared/Copyright.tsx b/frontend/app/components/shared/Copyright.tsx index d53392fd4..c01faedc0 100644 --- a/frontend/app/components/shared/Copyright.tsx +++ b/frontend/app/components/shared/Copyright.tsx @@ -3,7 +3,7 @@ import React from 'react'; function Copyright() { return (
); }