feat: catch all yaml parse errors
This commit is contained in:
@@ -5,7 +5,7 @@ export const Star = (
|
||||
) => {
|
||||
return (
|
||||
<div
|
||||
class="flex gap-2 px-4 py-2 rounded-2xl bg-gray-200 z-10"
|
||||
class="flex items-center gap-2 px-4 py-2 rounded-2xl bg-gray-200 z-10"
|
||||
style={{ color: "#1F1F1F" }}
|
||||
>
|
||||
{Array.from({ length: max }).map((_, i) => {
|
||||
|
||||
Reference in New Issue
Block a user