@@ -63,7 +63,7 @@ const logout = () => {
63
63
<button type =" button" class =" inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 dark:text-gray-400 bg-white dark:bg-gray-800 hover:text-gray-700 dark:hover:text-gray-300 focus:outline-none focus:bg-gray-50 dark:focus:bg-gray-700 active:bg-gray-50 dark:active:bg-gray-700 transition ease-in-out duration-150" >
64
64
{{ $page.props.auth.user.current_team.name }}
65
65
66
- <svg class =" ms-2 -me-0.5 h-4 w -4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
66
+ <svg class =" ms-2 -me-0.5 size -4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
67
67
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" />
68
68
</svg >
69
69
</button >
@@ -98,7 +98,7 @@ const logout = () => {
98
98
<form @submit.prevent =" switchToTeam(team)" >
99
99
<DropdownLink as =" button" >
100
100
<div class =" flex items-center" >
101
- <svg v-if =" team.id == $page.props.auth.user.current_team_id" class =" me-2 h-5 w -5 text-green-400" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
101
+ <svg v-if =" team.id == $page.props.auth.user.current_team_id" class =" me-2 size -5 text-green-400" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
102
102
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
103
103
</svg >
104
104
@@ -118,14 +118,14 @@ const logout = () => {
118
118
<Dropdown align =" right" width =" 48" >
119
119
<template #trigger >
120
120
<button v-if =" $page.props.jetstream.managesProfilePhotos" class =" flex text-sm border-2 border-transparent rounded-full focus:outline-none focus:border-gray-300 transition" >
121
- <img class =" h-8 w -8 rounded-full object-cover" :src =" $page.props.auth.user.profile_photo_url" :alt =" $page.props.auth.user.name" >
121
+ <img class =" size -8 rounded-full object-cover" :src =" $page.props.auth.user.profile_photo_url" :alt =" $page.props.auth.user.name" >
122
122
</button >
123
123
124
124
<span v-else class =" inline-flex rounded-md" >
125
125
<button type =" button" class =" inline-flex items-center px-3 py-2 border border-transparent text-sm leading-4 font-medium rounded-md text-gray-500 dark:text-gray-400 bg-white dark:bg-gray-800 hover:text-gray-700 dark:hover:text-gray-300 focus:outline-none focus:bg-gray-50 dark:focus:bg-gray-700 active:bg-gray-50 dark:active:bg-gray-700 transition ease-in-out duration-150" >
126
126
{{ $page.props.auth.user.name }}
127
127
128
- <svg class =" ms-2 -me-0.5 h-4 w -4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
128
+ <svg class =" ms-2 -me-0.5 size -4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
129
129
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M19.5 8.25l-7.5 7.5-7.5-7.5" />
130
130
</svg >
131
131
</button >
@@ -163,7 +163,7 @@ const logout = () => {
163
163
<div class =" -me-2 flex items-center sm:hidden" >
164
164
<button class =" inline-flex items-center justify-center p-2 rounded-md text-gray-400 dark:text-gray-500 hover:text-gray-500 dark:hover:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-900 focus:outline-none focus:bg-gray-100 dark:focus:bg-gray-900 focus:text-gray-500 dark:focus:text-gray-400 transition duration-150 ease-in-out" @click =" showingNavigationDropdown = ! showingNavigationDropdown" >
165
165
<svg
166
- class =" h-6 w -6"
166
+ class =" size -6"
167
167
stroke =" currentColor"
168
168
fill =" none"
169
169
viewBox =" 0 0 24 24"
@@ -200,7 +200,7 @@ const logout = () => {
200
200
<div class =" pt-4 pb-1 border-t border-gray-200 dark:border-gray-600" >
201
201
<div class =" flex items-center px-4" >
202
202
<div v-if =" $page.props.jetstream.managesProfilePhotos" class =" shrink-0 me-3" >
203
- <img class =" h-10 w -10 rounded-full object-cover" :src =" $page.props.auth.user.profile_photo_url" :alt =" $page.props.auth.user.name" >
203
+ <img class =" size -10 rounded-full object-cover" :src =" $page.props.auth.user.profile_photo_url" :alt =" $page.props.auth.user.name" >
204
204
</div >
205
205
206
206
<div >
@@ -258,7 +258,7 @@ const logout = () => {
258
258
<form @submit.prevent =" switchToTeam(team)" >
259
259
<ResponsiveNavLink as =" button" >
260
260
<div class =" flex items-center" >
261
- <svg v-if =" team.id == $page.props.auth.user.current_team_id" class =" me-2 h-5 w -5 text-green-400" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
261
+ <svg v-if =" team.id == $page.props.auth.user.current_team_id" class =" me-2 size -5 text-green-400" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
262
262
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
263
263
</svg >
264
264
<div >{{ team.name }}</div >
0 commit comments