diff --git a/resources/js/Pages/Dashboard.vue b/resources/js/Pages/Dashboard.vue
index a080b91..5570165 100644
--- a/resources/js/Pages/Dashboard.vue
+++ b/resources/js/Pages/Dashboard.vue
@@ -1,5 +1,33 @@
@@ -11,10 +39,13 @@ import AppLayout from '@/Layouts/AppLayout.vue'
-
diff --git a/resources/js/Pages/Teams/Partials/CreateTeamForm.vue b/resources/js/Pages/Teams/Partials/CreateTeamForm.vue
index 8f7849e..969d26e 100644
--- a/resources/js/Pages/Teams/Partials/CreateTeamForm.vue
+++ b/resources/js/Pages/Teams/Partials/CreateTeamForm.vue
@@ -40,7 +40,7 @@ function createTeam() {
-
+
{{ $page.props.auth.user.name.charAt(0) }}
diff --git a/resources/js/Pages/Teams/Partials/UpdateTeamNameForm.vue b/resources/js/Pages/Teams/Partials/UpdateTeamNameForm.vue
index efde5da..f0a6f1a 100644
--- a/resources/js/Pages/Teams/Partials/UpdateTeamNameForm.vue
+++ b/resources/js/Pages/Teams/Partials/UpdateTeamNameForm.vue
@@ -47,17 +47,17 @@ function updateTeamName() {
-
+
{{ team.name.charAt(0) }}
-
+
{{ team.owner.name }}
-