From 0fc50183e4510e4df1f0077dc488d08c5c479809 Mon Sep 17 00:00:00 2001 From: Damien Roche Date: Wed, 21 Aug 2024 06:47:07 +0200 Subject: [PATCH] docs: fix typo in `TeamMembers.vue` (#722) --- .../examples/cards/components/TeamMembers.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/www/src/examples/cards/components/TeamMembers.vue b/apps/www/src/examples/cards/components/TeamMembers.vue index 0300fc1d..1afdda27 100644 --- a/apps/www/src/examples/cards/components/TeamMembers.vue +++ b/apps/www/src/examples/cards/components/TeamMembers.vue @@ -64,25 +64,25 @@ const jacksonRole = ref('Member') No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources. @@ -122,25 +122,25 @@ const jacksonRole = ref('Member') No roles found. - +

Viewer

Can view and comment.

- +

Developer

Can view, comment and edit.

- +

Billing

Can view, comment and manage billing.

- +

Owner

Admin-level access to all resources.