chore: rename copy button less

This commit is contained in:
jialin
2025-01-16 10:33:18 +08:00
parent b576491156
commit 4a748e894d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import React, { useEffect, useMemo, useState } from 'react';
import SimpleBar from 'simplebar-react';
import 'simplebar-react/dist/simplebar.min.css';
import CopyButton from '../copy-button';
import CopyStyle from './copy.less';
import CopyStyle from './copy-btn.less';
import './index.less';
const linkReg = /<a (.*?)>(.*?)<\/a>/g;