@@ -47,23 +47,23 @@ const logout = () => {
47
47
</div >
48
48
49
49
<!-- 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" >
51
51
<NavLink :href =" route('dashboard')" :active =" route().current('dashboard')" >
52
52
Dashboard
53
53
</NavLink >
54
54
</div >
55
55
</div >
56
56
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" >
59
59
<!-- Teams Dropdown -->
60
60
<Dropdown v-if =" $page.props.jetstream.hasTeamFeatures" align =" right" width =" 60" >
61
61
<template #trigger >
62
62
<span class =" inline-flex rounded-md" >
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 =" 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" >
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 =" 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" >
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
@@ -114,7 +114,7 @@ const logout = () => {
114
114
</div >
115
115
116
116
<!-- Settings Dropdown -->
117
- <div class =" ml -3 relative" >
117
+ <div class =" ms -3 relative" >
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" >
@@ -125,7 +125,7 @@ const logout = () => {
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 =" 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" >
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 >
@@ -160,7 +160,7 @@ const logout = () => {
160
160
</div >
161
161
162
162
<!-- Hamburger -->
163
- <div class =" -mr -2 flex items-center sm:hidden" >
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
166
class =" h-6 w-6"
@@ -199,7 +199,7 @@ const logout = () => {
199
199
<!-- Responsive Settings Options -->
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
- <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" >
203
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" >
204
204
</div >
205
205
@@ -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 =" 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" >
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