@@ -47,23 +47,23 @@ const logout = () => {
4747 </div >
4848
4949 <!-- Navigation Links -->
50- <div class =" hidden space-x-8 sm:-my-px sm:ml -10 sm:flex" >
50+ <div class =" hidden space-x-8 sm:-my-px sm:ms -10 sm:flex" >
5151 <NavLink :href =" route('dashboard')" :active =" route().current('dashboard')" >
5252 Dashboard
5353 </NavLink >
5454 </div >
5555 </div >
5656
57- <div class =" hidden sm:flex sm:items-center sm:ml -6" >
58- <div class =" ml -3 relative" >
57+ <div class =" hidden sm:flex sm:items-center sm:ms -6" >
58+ <div class =" ms -3 relative" >
5959 <!-- Teams Dropdown -->
6060 <Dropdown v-if =" $page.props.jetstream.hasTeamFeatures" align =" right" width =" 60" >
6161 <template #trigger >
6262 <span class =" inline-flex rounded-md" >
6363 <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" >
6464 {{ $page.props.auth.user.current_team.name }}
6565
66- <svg class =" ml -2 -mr -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 h-4 w-4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
6767 <path stroke-linecap =" round" stroke-linejoin =" round" d =" M8.25 15L12 18.75 15.75 15m-7.5-6L12 5.25 15.75 9" />
6868 </svg >
6969 </button >
@@ -98,7 +98,7 @@ const logout = () => {
9898 <form @submit.prevent =" switchToTeam(team)" >
9999 <DropdownLink as =" button" >
100100 <div class =" flex items-center" >
101- <svg v-if =" team.id == $page.props.auth.user.current_team_id" class =" mr -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 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" >
102102 <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" />
103103 </svg >
104104
@@ -114,7 +114,7 @@ const logout = () => {
114114 </div >
115115
116116 <!-- Settings Dropdown -->
117- <div class =" ml -3 relative" >
117+ <div class =" ms -3 relative" >
118118 <Dropdown align =" right" width =" 48" >
119119 <template #trigger >
120120 <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" >
@@ -125,7 +125,7 @@ const logout = () => {
125125 <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" >
126126 {{ $page.props.auth.user.name }}
127127
128- <svg class =" ml -2 -mr -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 h-4 w-4" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
129129 <path stroke-linecap =" round" stroke-linejoin =" round" d =" M19.5 8.25l-7.5 7.5-7.5-7.5" />
130130 </svg >
131131 </button >
@@ -160,7 +160,7 @@ const logout = () => {
160160 </div >
161161
162162 <!-- Hamburger -->
163- <div class =" -mr -2 flex items-center sm:hidden" >
163+ <div class =" -me -2 flex items-center sm:hidden" >
164164 <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" >
165165 <svg
166166 class =" h-6 w-6"
@@ -199,7 +199,7 @@ const logout = () => {
199199 <!-- Responsive Settings Options -->
200200 <div class =" pt-4 pb-1 border-t border-gray-200 dark:border-gray-600" >
201201 <div class =" flex items-center px-4" >
202- <div v-if =" $page.props.jetstream.managesProfilePhotos" class =" shrink-0 mr -3" >
202+ <div v-if =" $page.props.jetstream.managesProfilePhotos" class =" shrink-0 me -3" >
203203 <img class =" h-10 w-10 rounded-full object-cover" :src =" $page.props.auth.user.profile_photo_url" :alt =" $page.props.auth.user.name" >
204204 </div >
205205
@@ -258,7 +258,7 @@ const logout = () => {
258258 <form @submit.prevent =" switchToTeam(team)" >
259259 <ResponsiveNavLink as =" button" >
260260 <div class =" flex items-center" >
261- <svg v-if =" team.id == $page.props.auth.user.current_team_id" class =" mr -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 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" >
262262 <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" />
263263 </svg >
264264 <div >{{ team.name }}</div >
0 commit comments