mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Narrow component prop types, remove unused props and dead code (#2838)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ import Icon from '@ui/Icon.astro'
|
||||
<Card id="tour-card-4">
|
||||
<CardBody class="text-center">
|
||||
<div class="mb-3">
|
||||
<Icon name="settings" size="48" />
|
||||
<Icon name="settings" size="lg" />
|
||||
</div>
|
||||
<CardTitle>Settings</CardTitle>
|
||||
<p class="text-secondary">Configure your application settings here.</p>
|
||||
@@ -112,7 +112,7 @@ import Icon from '@ui/Icon.astro'
|
||||
<Card id="tour-card-5">
|
||||
<CardBody class="text-center">
|
||||
<div class="mb-3">
|
||||
<Icon name="users" size="48" />
|
||||
<Icon name="users" size="lg" />
|
||||
</div>
|
||||
<CardTitle>Users</CardTitle>
|
||||
<p class="text-secondary">Manage your team members and permissions.</p>
|
||||
@@ -124,7 +124,7 @@ import Icon from '@ui/Icon.astro'
|
||||
<Card id="tour-card-6">
|
||||
<CardBody class="text-center">
|
||||
<div class="mb-3">
|
||||
<Icon name="chart-bar" size="48" />
|
||||
<Icon name="chart-bar" size="lg" />
|
||||
</div>
|
||||
<CardTitle>Analytics</CardTitle>
|
||||
<p class="text-secondary">View your application statistics and reports.</p>
|
||||
|
||||
Reference in New Issue
Block a user