File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,19 @@ export default function Welcome() {
8787 < div className = "relative flex items-center gap-6 lg:items-end" >
8888 < div id = "docs-card-content" className = "flex items-start gap-6 lg:flex-col" >
8989 < div className = "flex size-12 shrink-0 items-center justify-center rounded-full bg-[#FF2D20]/10 sm:size-16" >
90- < svg className = "size-5 sm:size-6 stroke-current text-[#FF2D20]" xmlns = "http://www.w3.org/2000/svg" fill = "none" viewBox = "0 0 24 24" stroke-width = "2" stroke = "currentColor" >
91- < path stroke-linecap = "round" stroke-linejoin = "round" d = "M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25" />
90+ < svg
91+ className = "size-5 stroke-current text-[#FF2D20] sm:size-6"
92+ xmlns = "http://www.w3.org/2000/svg"
93+ fill = "none"
94+ viewBox = "0 0 24 24"
95+ stroke-width = "2"
96+ stroke = "currentColor"
97+ >
98+ < path
99+ stroke-linecap = "round"
100+ stroke-linejoin = "round"
101+ d = "M12 6.042A8.967 8.967 0 0 0 6 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 0 1 6 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 0 1 6-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0 0 18 18a8.967 8.967 0 0 0-6 2.292m0-14.25v14.25"
102+ />
92103 </ svg >
93104 </ div >
94105
You can’t perform that action at this time.
0 commit comments