|
|
@@ -173,7 +173,7 @@ const TemplateSquare: React.FC = () => {
|
|
|
className="flex-1"
|
|
|
>
|
|
|
<Eye className="w-4 h-4 mr-2" />
|
|
|
- 预览
|
|
|
+ 下载
|
|
|
</Button>
|
|
|
<Button
|
|
|
size="sm"
|
|
|
@@ -182,7 +182,7 @@ const TemplateSquare: React.FC = () => {
|
|
|
disabled={!template.isFree && !user?.membership}
|
|
|
>
|
|
|
<Download className="w-4 h-4 mr-2" />
|
|
|
- 下载
|
|
|
+ {/* 下载 */}
|
|
|
</Button>
|
|
|
</CardFooter>
|
|
|
</Card>
|