From c3689723d5e0ba1e8ce76a4d7b8aa9fd8c4de510 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 25 Apr 2025 10:46:58 +0800 Subject: [PATCH] chore: remove copyright --- web/src/components/ui/button.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/components/ui/button.tsx b/web/src/components/ui/button.tsx index 9eab86c..cf67a86 100644 --- a/web/src/components/ui/button.tsx +++ b/web/src/components/ui/button.tsx @@ -1,6 +1,3 @@ -// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates -// SPDX-License-Identifier: MIT - import { Slot } from "@radix-ui/react-slot"; import { cva, type VariantProps } from "class-variance-authority"; import * as React from "react";