File tree 1 file changed +1
-23
lines changed
1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export function InfoCard(props) {
65
65
)}*/ }
66
66
</ div >
67
67
{ /* 第三个按钮 */ }
68
- { /* <MoreButton /> */ }
68
+ < MoreButton />
69
69
</ div >
70
70
</ Card >
71
71
)
@@ -117,26 +117,4 @@ function GreetingsWords() {
117
117
{ greeting }
118
118
</ div >
119
119
)
120
- }
121
-
122
- /**
123
- * 了解更多按鈕
124
- * @returns
125
- */
126
- function MoreButton ( ) {
127
- return (
128
- < Link href = '/opened' >
129
- < div
130
- className = {
131
- 'group bg-indigo-400 dark:bg-yellow-500 hover:bg-white dark:hover:bg-black hover:text-black dark:hover:text-white flex items-center transition-colors duration-200 py-2 px-3 rounded-full space-x-1'
132
- } >
133
- < ArrowRightCircle
134
- className = {
135
- 'group-hover:stroke-black dark:group-hover:stroke-white w-6 h-6 transition-all duration-100'
136
- }
137
- />
138
- < div className = 'font-bold' > 了解更多</ div >
139
- </ div >
140
- </ Link >
141
- )
142
120
}
You can’t perform that action at this time.
0 commit comments