feat: enhance accessibility and testing with data-test attributes and improve error handling
This commit is contained in:
@@ -69,7 +69,7 @@ export default async function SiteBuilderDashboard({ params }: Props) {
|
||||
)}
|
||||
</div>
|
||||
<Link href={`/home/${account}/site-builder/new`}>
|
||||
<Button>
|
||||
<Button data-test="site-new-page-btn">
|
||||
<Plus className="mr-2 h-4 w-4" />
|
||||
Neue Seite
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user