feat: add profile update suggestion to members page (#1669)

This commit is contained in:
Michael Genson 2022-09-25 18:19:26 -05:00 committed by GitHub
parent 124ec3743a
commit d3da551dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@
data-management page <b> Invite </b> allows the user to generate invitation links for other users. Group owners
cannot change their own permissions.
</BasePageTitle>
<v-container class="mt-4 d-flex justify-start">
<v-btn outlined rounded to="/user/profile/edit"> Looking to Update Your Profile? </v-btn>
</v-container>
<v-data-table
:headers="headers"
:items="members || []"