Spaces:
Sleeping
Sleeping
superboy521
commited on
Commit
•
638370a
1
Parent(s):
f5c551a
Update src/app/interface/upgrade-banner/index.tsx
Browse files
src/app/interface/upgrade-banner/index.tsx
CHANGED
@@ -3,7 +3,7 @@ import './index.css' // 确保将CSS样式保存在此文件中
|
|
3 |
|
4 |
const UpgradeBanner = () => {
|
5 |
const handleClick = () => {
|
6 |
-
window.open('
|
7 |
}
|
8 |
|
9 |
return (
|
@@ -11,7 +11,7 @@ const UpgradeBanner = () => {
|
|
11 |
className="flex justify-center items-center py-2"
|
12 |
onClick={handleClick}>
|
13 |
<button className="upgrade-banner">
|
14 |
-
<span className="upgrade-text">
|
15 |
</button>
|
16 |
</div>
|
17 |
)
|
|
|
3 |
|
4 |
const UpgradeBanner = () => {
|
5 |
const handleClick = () => {
|
6 |
+
window.open('/')
|
7 |
}
|
8 |
|
9 |
return (
|
|
|
11 |
className="flex justify-center items-center py-2"
|
12 |
onClick={handleClick}>
|
13 |
<button className="upgrade-banner">
|
14 |
+
<span className="upgrade-text">Free</span>
|
15 |
</button>
|
16 |
</div>
|
17 |
)
|