File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
app/visualizer/searching/linearsearch Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,24 @@ const content = () => {
3333 ] ;
3434
3535 return (
36- < main className = "max-w-4xl mx-auto" >
37- < article className = "bg-white dark:bg-neutral-950 rounded-xl shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden mb-8" >
36+ < main className = "max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-5 md:gap-4" >
37+ < div className = "col-span-1" >
38+ < a
39+ href = "https://hw.glich.co/resources/daily"
40+ target = "_blank"
41+ className = "text-xs"
42+ >
43+ Daily DSA Challenge by Hello, World!
44+ </ a >
45+ < iframe
46+ src = "https://hw.glich.co/resources/embed/daily/dsa"
47+ width = "100%"
48+ height = "400"
49+ style = { { marginTop : "8px" } }
50+ title = "Daily DSA Challenge"
51+ > </ iframe >
52+ </ div >
53+ < article className = "col-span-4 bg-white dark:bg-neutral-950 rounded-xl shadow-sm border border-gray-200 dark:border-gray-700 overflow-hidden mb-8" >
3854 { /* What is Linear Search */ }
3955 < section className = "p-6 border-b border-gray-100 dark:border-gray-700" >
4056 < h1 className = "text-2xl font-bold text-gray-900 dark:text-white mb-4 flex items-center" >
You can’t perform that action at this time.
0 commit comments