text udpates ux
This commit is contained in:
@@ -92,6 +92,7 @@ export default function SiteCard({
|
||||
variant="outline"
|
||||
size="md"
|
||||
onClick={() => onSettings(site)}
|
||||
title="Configure Site - Update connection details and publishing settings"
|
||||
className="shadow-theme-xs inline-flex h-11 w-11 items-center justify-center rounded-lg border border-gray-300 text-gray-700 dark:border-gray-700 dark:text-gray-400"
|
||||
>
|
||||
<svg
|
||||
@@ -121,9 +122,10 @@ export default function SiteCard({
|
||||
variant="outline"
|
||||
size="md"
|
||||
onClick={() => onDetails(site)}
|
||||
title="View Site Details - See all information about this website"
|
||||
className="shadow-theme-xs inline-flex h-11 items-center justify-center rounded-lg border border-gray-300 px-4 py-3 text-sm font-medium text-gray-700 dark:border-gray-700 dark:text-gray-400"
|
||||
>
|
||||
Details
|
||||
View Details
|
||||
</Button>
|
||||
</div>
|
||||
<Switch
|
||||
|
||||
Reference in New Issue
Block a user