feat(web): add custom file download button for runs output
This commit is contained in:
@@ -3,5 +3,5 @@ import { LoaderIcon } from "lucide-react";
|
||||
import * as React from "react";
|
||||
|
||||
export function LoadingIcon() {
|
||||
return <LoaderIcon size={14} className="ml-2 animate-spin" />;
|
||||
return <LoaderIcon size={14} className="animate-spin" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user