mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: copy
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
<Card.Media
|
||||
title={template.name}
|
||||
description={templateFrameworks.join(', ')}
|
||||
src={template.preview ??
|
||||
src={template?.preview ??
|
||||
'https://f002.backblazeb2.com/file/meldiron-public/Desktop+-+2.png'}
|
||||
alt={template.name}>
|
||||
</Card.Media>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
name="connect"
|
||||
bind:group={behaviour}
|
||||
value="templates">
|
||||
Connect to one of your existing Git repositories
|
||||
Clone a pre-built template to quickly set up your site
|
||||
</LabelCard>
|
||||
</div>
|
||||
</Layout.Stack>
|
||||
|
||||
Reference in New Issue
Block a user