File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const footerNavItems: NavItem[] = [
30
30
</script >
31
31
32
32
<template >
33
- <Sidebar collapsible =" icon" variant =" sidebar " >
33
+ <Sidebar collapsible =" icon" variant =" inset " >
34
34
<SidebarHeader >
35
35
<SidebarMenu >
36
36
<SidebarMenuItem >
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ const submit = () => {
20
20
<AuthLayout title =" Verify email" description =" Please verify your email address by clicking on the link we just emailed to you." >
21
21
<Head title =" Email verification" />
22
22
23
- <div class =" mb-4 text-sm text-gray-600" >
23
+ <div class =" mb-4 text-center text- sm text-gray-600" >
24
24
Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you
25
25
didn't receive the email, we will gladly send you another
26
26
</div >
27
27
28
- <div v-if =" status === 'verification-link-sent'" class =" mb-4 text-sm font-medium text-green-600" >
28
+ <div v-if =" status === 'verification-link-sent'" class =" mb-4 text-center text- sm font-medium text-green-600" >
29
29
A new verification link has been sent to the email address you provided during registration
30
30
</div >
31
31
Original file line number Diff line number Diff line change 6
6
7
7
<title inertia >{{ config (' app.name' , ' Laravel' ) } } </title >
8
8
9
- <link rel =" preconnect" href =" https://rsms.me/ " >
10
- <link rel = " stylesheet " href =" https://rsms.me/inter/inter. css" >
9
+ <link rel =" preconnect" href =" https://fonts.bunny.net " >
10
+ <link href =" https://fonts.bunny.net/ css?family=instrument-sans:400,500,600 " rel = " stylesheet " / >
11
11
12
12
@routes
13
13
@vite ([' resources/js/app.ts' ] )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default {
12
12
theme : {
13
13
extend : {
14
14
fontFamily : {
15
- sans : [ 'Figtree ' , ...defaultTheme . fontFamily . sans ] ,
15
+ sans : [ 'Instrument Sans ' , ...defaultTheme . fontFamily . sans ] ,
16
16
} ,
17
17
borderRadius : {
18
18
lg : 'var(--radius)' ,
You can’t perform that action at this time.
0 commit comments