Skip to content

Commit 32db336

Browse files
author
Version Bot
committed
[Version-Bot] Add Laravel Version
1 parent 547a0ad commit 32db336

32 files changed

+81796
-1
lines changed

diffs/v10.0.0...v11.0.6.diff

+3,344
Large diffs are not rendered by default.

diffs/v10.0.1...v11.0.6.diff

+3,334
Large diffs are not rendered by default.

diffs/v10.0.2...v11.0.6.diff

+3,335
Large diffs are not rendered by default.

diffs/v10.0.3...v11.0.6.diff

+3,310
Large diffs are not rendered by default.

diffs/v10.0.4...v11.0.6.diff

+3,311
Large diffs are not rendered by default.

diffs/v10.0.5...v11.0.6.diff

+3,276
Large diffs are not rendered by default.

diffs/v10.0.6...v11.0.6.diff

+3,266
Large diffs are not rendered by default.

diffs/v10.0.7...v11.0.6.diff

+3,268
Large diffs are not rendered by default.

diffs/v10.1.0...v11.0.6.diff

+3,215
Large diffs are not rendered by default.

diffs/v10.1.1...v11.0.6.diff

+3,223
Large diffs are not rendered by default.

diffs/v10.2.0...v11.0.6.diff

+3,222
Large diffs are not rendered by default.

diffs/v10.2.1...v11.0.6.diff

+3,230
Large diffs are not rendered by default.

diffs/v10.2.10...v11.0.6.diff

+3,191
Large diffs are not rendered by default.

diffs/v10.2.2...v11.0.6.diff

+3,229
Large diffs are not rendered by default.

diffs/v10.2.3...v11.0.6.diff

+3,227
Large diffs are not rendered by default.

diffs/v10.2.4...v11.0.6.diff

+3,232
Large diffs are not rendered by default.

diffs/v10.2.5...v11.0.6.diff

+3,214
Large diffs are not rendered by default.

diffs/v10.2.6...v11.0.6.diff

+3,219
Large diffs are not rendered by default.

diffs/v10.2.7...v11.0.6.diff

+3,188
Large diffs are not rendered by default.

diffs/v10.2.8...v11.0.6.diff

+3,201
Large diffs are not rendered by default.

diffs/v10.2.9...v11.0.6.diff

+3,205
Large diffs are not rendered by default.

diffs/v10.3.0...v11.0.6.diff

+3,204
Large diffs are not rendered by default.

diffs/v10.3.1...v11.0.6.diff

+3,198
Large diffs are not rendered by default.

diffs/v10.3.2...v11.0.6.diff

+3,188
Large diffs are not rendered by default.

diffs/v10.3.3...v11.0.6.diff

+3,175
Large diffs are not rendered by default.

diffs/v11.0.0...v11.0.6.diff

+190
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
diff --git a/CHANGELOG.md b/CHANGELOG.md
2+
index 2b1f93ea..10640c37 100644
3+
--- a/CHANGELOG.md
4+
+++ b/CHANGELOG.md
5+
@@ -1,6 +1,31 @@
6+
# Release Notes
7+
8+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...11.x)
9+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.5...11.x)
10+
+
11+
+## [v11.0.5](https://github.com/laravel/laravel/compare/v11.0.4...v11.0.5) - 2024-03-26
12+
+
13+
+* [11.x] Use PHPUnit v11 by [@philbates35](https://github.com/philbates35) in https://github.com/laravel/laravel/pull/6385
14+
+
15+
+## [v11.0.4](https://github.com/laravel/laravel/compare/v11.0.3...v11.0.4) - 2024-03-15
16+
+
17+
+* [11.x] Removed useless null parameter for env helper (cache.php) by [@siarheipashkevich](https://github.com/siarheipashkevich) in https://github.com/laravel/laravel/pull/6374
18+
+* [11.x] Removed useless null parameter for env helper (queue.php) by [@siarheipashkevich](https://github.com/siarheipashkevich) in https://github.com/laravel/laravel/pull/6373
19+
+* [11.x] Fix retry_after to be an integer by [@driesvints](https://github.com/driesvints) in https://github.com/laravel/laravel/pull/6377
20+
+* [11.x] Fix on hover animation and ring by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/laravel/pull/6376
21+
+
22+
+## [v11.0.3](https://github.com/laravel/laravel/compare/v11.0.2...v11.0.3) - 2024-03-14
23+
+
24+
+* [11.x] Revert collation change by [@driesvints](https://github.com/driesvints) in https://github.com/laravel/laravel/pull/6372
25+
+
26+
+## [v11.0.2](https://github.com/laravel/laravel/compare/v11.0.1...v11.0.2) - 2024-03-13
27+
+
28+
+* [11.x] Remove branch alias from composer.json by [@zepfietje](https://github.com/zepfietje) in https://github.com/laravel/laravel/pull/6366
29+
+* [11.x] Fixes typo in welcome page by [@jrd-lewis](https://github.com/jrd-lewis) in https://github.com/laravel/laravel/pull/6363
30+
+* change mariadb default by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/79969c99c6456a6d6edfbe78d241575fe1f65594
31+
+
32+
+## [v11.0.1](https://github.com/laravel/laravel/compare/v11.0.0...v11.0.1) - 2024-03-12
33+
+
34+
+* [11.x] Fixes SQLite driver missing by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6361
35+
36+
## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.3.2...v11.0.0)
37+
38+
diff --git a/composer.json b/composer.json
39+
index 7033b06f..15cebc15 100644
40+
--- a/composer.json
41+
+++ b/composer.json
42+
@@ -15,7 +15,7 @@
43+
"laravel/sail": "^1.26",
44+
"mockery/mockery": "^1.6",
45+
"nunomaduro/collision": "^8.0",
46+
- "phpunit/phpunit": "^10.5",
47+
+ "phpunit/phpunit": "^11.0.1",
48+
"spatie/laravel-ignition": "^2.4"
49+
},
50+
"autoload": {
51+
@@ -44,13 +44,10 @@
52+
"post-create-project-cmd": [
53+
"@php artisan key:generate --ansi",
54+
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
55+
- "@php artisan migrate --ansi"
56+
+ "@php artisan migrate --graceful --ansi"
57+
]
58+
},
59+
"extra": {
60+
- "branch-alias": {
61+
- "dev-master": "11.x-dev"
62+
- },
63+
"laravel": {
64+
"dont-discover": []
65+
}
66+
diff --git a/config/cache.php b/config/cache.php
67+
index 3eb95d10..38680919 100644
68+
--- a/config/cache.php
69+
+++ b/config/cache.php
70+
@@ -41,8 +41,8 @@ return [
71+
'database' => [
72+
'driver' => 'database',
73+
'table' => env('DB_CACHE_TABLE', 'cache'),
74+
- 'connection' => env('DB_CACHE_CONNECTION', null),
75+
- 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION', null),
76+
+ 'connection' => env('DB_CACHE_CONNECTION'),
77+
+ 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION'),
78+
],
79+
80+
'file' => [
81+
diff --git a/config/database.php b/config/database.php
82+
index 3ddc3968..f8e8dcb8 100644
83+
--- a/config/database.php
84+
+++ b/config/database.php
85+
@@ -49,7 +49,7 @@ return [
86+
'password' => env('DB_PASSWORD', ''),
87+
'unix_socket' => env('DB_SOCKET', ''),
88+
'charset' => env('DB_CHARSET', 'utf8mb4'),
89+
- 'collation' => env('DB_COLLATION', 'utf8mb4_0900_ai_ci'),
90+
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
91+
'prefix' => '',
92+
'prefix_indexes' => true,
93+
'strict' => true,
94+
@@ -69,7 +69,7 @@ return [
95+
'password' => env('DB_PASSWORD', ''),
96+
'unix_socket' => env('DB_SOCKET', ''),
97+
'charset' => env('DB_CHARSET', 'utf8mb4'),
98+
- 'collation' => env('DB_COLLATION', 'utf8mb4_uca1400_ai_ci'),
99+
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
100+
'prefix' => '',
101+
'prefix_indexes' => true,
102+
'strict' => true,
103+
diff --git a/config/mail.php b/config/mail.php
104+
index a4a02fe4..86666599 100644
105+
--- a/config/mail.php
106+
+++ b/config/mail.php
107+
@@ -82,6 +82,14 @@ return [
108+
],
109+
],
110+
111+
+ 'roundrobin' => [
112+
+ 'transport' => 'roundrobin',
113+
+ 'mailers' => [
114+
+ 'ses',
115+
+ 'postmark',
116+
+ ],
117+
+ ],
118+
+
119+
],
120+
121+
/*
122+
diff --git a/config/queue.php b/config/queue.php
123+
index 4f689e9c..116bd8d0 100644
124+
--- a/config/queue.php
125+
+++ b/config/queue.php
126+
@@ -36,10 +36,10 @@ return [
127+
128+
'database' => [
129+
'driver' => 'database',
130+
- 'connection' => env('DB_QUEUE_CONNECTION', null),
131+
+ 'connection' => env('DB_QUEUE_CONNECTION'),
132+
'table' => env('DB_QUEUE_TABLE', 'jobs'),
133+
'queue' => env('DB_QUEUE', 'default'),
134+
- 'retry_after' => env('DB_QUEUE_RETRY_AFTER', 90),
135+
+ 'retry_after' => (int) env('DB_QUEUE_RETRY_AFTER', 90),
136+
'after_commit' => false,
137+
],
138+
139+
@@ -47,7 +47,7 @@ return [
140+
'driver' => 'beanstalkd',
141+
'host' => env('BEANSTALKD_QUEUE_HOST', 'localhost'),
142+
'queue' => env('BEANSTALKD_QUEUE', 'default'),
143+
- 'retry_after' => env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
144+
+ 'retry_after' => (int) env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
145+
'block_for' => 0,
146+
'after_commit' => false,
147+
],
148+
@@ -67,7 +67,7 @@ return [
149+
'driver' => 'redis',
150+
'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
151+
'queue' => env('REDIS_QUEUE', 'default'),
152+
- 'retry_after' => env('REDIS_QUEUE_RETRY_AFTER', 90),
153+
+ 'retry_after' => (int) env('REDIS_QUEUE_RETRY_AFTER', 90),
154+
'block_for' => null,
155+
'after_commit' => false,
156+
],
157+
diff --git a/config/session.php b/config/session.php
158+
index 0e22ee41..f0b6541e 100644
159+
--- a/config/session.php
160+
+++ b/config/session.php
161+
@@ -125,7 +125,6 @@ return [
162+
| the framework. Typically, you should not need to change this value
163+
| since doing so does not grant a meaningful security improvement.
164+
|
165+
- |
166+
*/
167+
168+
'cookie' => env(
169+
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
170+
index 7b626b14..a9898e33 100644
171+
--- a/resources/views/welcome.blade.php
172+
+++ b/resources/views/welcome.blade.php
173+
@@ -16,7 +16,7 @@
174+
</style>
175+
</head>
176+
<body class="font-sans antialiased dark:bg-black dark:text-white/50">
177+
- <div className="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
178+
+ <div class="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
179+
<img id="background" class="absolute -left-20 top-0 max-w-[877px]" src="https://laravel.com/assets/img/welcome/background.svg" />
180+
<div class="relative min-h-screen flex flex-col items-center justify-center selection:bg-[#FF2D20] selection:text-white">
181+
<div class="relative w-full max-w-2xl px-6 lg:max-w-7xl">
182+
@@ -140,7 +140,7 @@
183+
<svg class="size-6 shrink-0 self-center stroke-[#FF2D20]" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75"/></svg>
184+
</a>
185+
186+
- <div class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_rgba(0,0,0,0.08)] ring-1 ring-white/[0.05] lg:pb-10 dark:bg-zinc-900 dark:ring-zinc-800">
187+
+ <div class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_rgba(0,0,0,0.08)] ring-1 ring-white/[0.05] transition duration-300 hover:text-black/70 hover:ring-black/20 focus:outline-none focus-visible:ring-[#FF2D20] lg:pb-10 dark:bg-zinc-900 dark:ring-zinc-800 dark:hover:text-white/70 dark:hover:ring-zinc-700 dark:focus-visible:ring-[#FF2D20]">
188+
<div class="flex size-12 shrink-0 items-center justify-center rounded-full bg-[#FF2D20]/10 sm:size-16">
189+
<svg class="size-5 sm:size-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
190+
<g fill="#FF2D20">

diffs/v11.0.1...v11.0.6.diff

+185
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
diff --git a/CHANGELOG.md b/CHANGELOG.md
2+
index 2b1f93ea..10640c37 100644
3+
--- a/CHANGELOG.md
4+
+++ b/CHANGELOG.md
5+
@@ -1,6 +1,31 @@
6+
# Release Notes
7+
8+
-## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.0...11.x)
9+
+## [Unreleased](https://github.com/laravel/laravel/compare/v11.0.5...11.x)
10+
+
11+
+## [v11.0.5](https://github.com/laravel/laravel/compare/v11.0.4...v11.0.5) - 2024-03-26
12+
+
13+
+* [11.x] Use PHPUnit v11 by [@philbates35](https://github.com/philbates35) in https://github.com/laravel/laravel/pull/6385
14+
+
15+
+## [v11.0.4](https://github.com/laravel/laravel/compare/v11.0.3...v11.0.4) - 2024-03-15
16+
+
17+
+* [11.x] Removed useless null parameter for env helper (cache.php) by [@siarheipashkevich](https://github.com/siarheipashkevich) in https://github.com/laravel/laravel/pull/6374
18+
+* [11.x] Removed useless null parameter for env helper (queue.php) by [@siarheipashkevich](https://github.com/siarheipashkevich) in https://github.com/laravel/laravel/pull/6373
19+
+* [11.x] Fix retry_after to be an integer by [@driesvints](https://github.com/driesvints) in https://github.com/laravel/laravel/pull/6377
20+
+* [11.x] Fix on hover animation and ring by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/laravel/pull/6376
21+
+
22+
+## [v11.0.3](https://github.com/laravel/laravel/compare/v11.0.2...v11.0.3) - 2024-03-14
23+
+
24+
+* [11.x] Revert collation change by [@driesvints](https://github.com/driesvints) in https://github.com/laravel/laravel/pull/6372
25+
+
26+
+## [v11.0.2](https://github.com/laravel/laravel/compare/v11.0.1...v11.0.2) - 2024-03-13
27+
+
28+
+* [11.x] Remove branch alias from composer.json by [@zepfietje](https://github.com/zepfietje) in https://github.com/laravel/laravel/pull/6366
29+
+* [11.x] Fixes typo in welcome page by [@jrd-lewis](https://github.com/jrd-lewis) in https://github.com/laravel/laravel/pull/6363
30+
+* change mariadb default by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/commit/79969c99c6456a6d6edfbe78d241575fe1f65594
31+
+
32+
+## [v11.0.1](https://github.com/laravel/laravel/compare/v11.0.0...v11.0.1) - 2024-03-12
33+
+
34+
+* [11.x] Fixes SQLite driver missing by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6361
35+
36+
## [v11.0.0 (2023-02-17)](https://github.com/laravel/laravel/compare/v10.3.2...v11.0.0)
37+
38+
diff --git a/composer.json b/composer.json
39+
index 9fe4aa63..15cebc15 100644
40+
--- a/composer.json
41+
+++ b/composer.json
42+
@@ -15,7 +15,7 @@
43+
"laravel/sail": "^1.26",
44+
"mockery/mockery": "^1.6",
45+
"nunomaduro/collision": "^8.0",
46+
- "phpunit/phpunit": "^10.5",
47+
+ "phpunit/phpunit": "^11.0.1",
48+
"spatie/laravel-ignition": "^2.4"
49+
},
50+
"autoload": {
51+
@@ -48,9 +48,6 @@
52+
]
53+
},
54+
"extra": {
55+
- "branch-alias": {
56+
- "dev-master": "11.x-dev"
57+
- },
58+
"laravel": {
59+
"dont-discover": []
60+
}
61+
diff --git a/config/cache.php b/config/cache.php
62+
index 3eb95d10..38680919 100644
63+
--- a/config/cache.php
64+
+++ b/config/cache.php
65+
@@ -41,8 +41,8 @@ return [
66+
'database' => [
67+
'driver' => 'database',
68+
'table' => env('DB_CACHE_TABLE', 'cache'),
69+
- 'connection' => env('DB_CACHE_CONNECTION', null),
70+
- 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION', null),
71+
+ 'connection' => env('DB_CACHE_CONNECTION'),
72+
+ 'lock_connection' => env('DB_CACHE_LOCK_CONNECTION'),
73+
],
74+
75+
'file' => [
76+
diff --git a/config/database.php b/config/database.php
77+
index 3ddc3968..f8e8dcb8 100644
78+
--- a/config/database.php
79+
+++ b/config/database.php
80+
@@ -49,7 +49,7 @@ return [
81+
'password' => env('DB_PASSWORD', ''),
82+
'unix_socket' => env('DB_SOCKET', ''),
83+
'charset' => env('DB_CHARSET', 'utf8mb4'),
84+
- 'collation' => env('DB_COLLATION', 'utf8mb4_0900_ai_ci'),
85+
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
86+
'prefix' => '',
87+
'prefix_indexes' => true,
88+
'strict' => true,
89+
@@ -69,7 +69,7 @@ return [
90+
'password' => env('DB_PASSWORD', ''),
91+
'unix_socket' => env('DB_SOCKET', ''),
92+
'charset' => env('DB_CHARSET', 'utf8mb4'),
93+
- 'collation' => env('DB_COLLATION', 'utf8mb4_uca1400_ai_ci'),
94+
+ 'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
95+
'prefix' => '',
96+
'prefix_indexes' => true,
97+
'strict' => true,
98+
diff --git a/config/mail.php b/config/mail.php
99+
index a4a02fe4..86666599 100644
100+
--- a/config/mail.php
101+
+++ b/config/mail.php
102+
@@ -82,6 +82,14 @@ return [
103+
],
104+
],
105+
106+
+ 'roundrobin' => [
107+
+ 'transport' => 'roundrobin',
108+
+ 'mailers' => [
109+
+ 'ses',
110+
+ 'postmark',
111+
+ ],
112+
+ ],
113+
+
114+
],
115+
116+
/*
117+
diff --git a/config/queue.php b/config/queue.php
118+
index 4f689e9c..116bd8d0 100644
119+
--- a/config/queue.php
120+
+++ b/config/queue.php
121+
@@ -36,10 +36,10 @@ return [
122+
123+
'database' => [
124+
'driver' => 'database',
125+
- 'connection' => env('DB_QUEUE_CONNECTION', null),
126+
+ 'connection' => env('DB_QUEUE_CONNECTION'),
127+
'table' => env('DB_QUEUE_TABLE', 'jobs'),
128+
'queue' => env('DB_QUEUE', 'default'),
129+
- 'retry_after' => env('DB_QUEUE_RETRY_AFTER', 90),
130+
+ 'retry_after' => (int) env('DB_QUEUE_RETRY_AFTER', 90),
131+
'after_commit' => false,
132+
],
133+
134+
@@ -47,7 +47,7 @@ return [
135+
'driver' => 'beanstalkd',
136+
'host' => env('BEANSTALKD_QUEUE_HOST', 'localhost'),
137+
'queue' => env('BEANSTALKD_QUEUE', 'default'),
138+
- 'retry_after' => env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
139+
+ 'retry_after' => (int) env('BEANSTALKD_QUEUE_RETRY_AFTER', 90),
140+
'block_for' => 0,
141+
'after_commit' => false,
142+
],
143+
@@ -67,7 +67,7 @@ return [
144+
'driver' => 'redis',
145+
'connection' => env('REDIS_QUEUE_CONNECTION', 'default'),
146+
'queue' => env('REDIS_QUEUE', 'default'),
147+
- 'retry_after' => env('REDIS_QUEUE_RETRY_AFTER', 90),
148+
+ 'retry_after' => (int) env('REDIS_QUEUE_RETRY_AFTER', 90),
149+
'block_for' => null,
150+
'after_commit' => false,
151+
],
152+
diff --git a/config/session.php b/config/session.php
153+
index 0e22ee41..f0b6541e 100644
154+
--- a/config/session.php
155+
+++ b/config/session.php
156+
@@ -125,7 +125,6 @@ return [
157+
| the framework. Typically, you should not need to change this value
158+
| since doing so does not grant a meaningful security improvement.
159+
|
160+
- |
161+
*/
162+
163+
'cookie' => env(
164+
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
165+
index 7b626b14..a9898e33 100644
166+
--- a/resources/views/welcome.blade.php
167+
+++ b/resources/views/welcome.blade.php
168+
@@ -16,7 +16,7 @@
169+
</style>
170+
</head>
171+
<body class="font-sans antialiased dark:bg-black dark:text-white/50">
172+
- <div className="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
173+
+ <div class="bg-gray-50 text-black/50 dark:bg-black dark:text-white/50">
174+
<img id="background" class="absolute -left-20 top-0 max-w-[877px]" src="https://laravel.com/assets/img/welcome/background.svg" />
175+
<div class="relative min-h-screen flex flex-col items-center justify-center selection:bg-[#FF2D20] selection:text-white">
176+
<div class="relative w-full max-w-2xl px-6 lg:max-w-7xl">
177+
@@ -140,7 +140,7 @@
178+
<svg class="size-6 shrink-0 self-center stroke-[#FF2D20]" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12h15m0 0l-6.75-6.75M19.5 12l-6.75 6.75"/></svg>
179+
</a>
180+
181+
- <div class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_rgba(0,0,0,0.08)] ring-1 ring-white/[0.05] lg:pb-10 dark:bg-zinc-900 dark:ring-zinc-800">
182+
+ <div class="flex items-start gap-4 rounded-lg bg-white p-6 shadow-[0px_14px_34px_0px_rgba(0,0,0,0.08)] ring-1 ring-white/[0.05] transition duration-300 hover:text-black/70 hover:ring-black/20 focus:outline-none focus-visible:ring-[#FF2D20] lg:pb-10 dark:bg-zinc-900 dark:ring-zinc-800 dark:hover:text-white/70 dark:hover:ring-zinc-700 dark:focus-visible:ring-[#FF2D20]">
183+
<div class="flex size-12 shrink-0 items-center justify-center rounded-full bg-[#FF2D20]/10 sm:size-16">
184+
<svg class="size-5 sm:size-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
185+
<g fill="#FF2D20">

0 commit comments

Comments
 (0)