Skip to content

Commit 889a4df

Browse files
authored
FEAT : updated layouts in stack section
FEAT : updated layouts in stack section
2 parents 64fff64 + 13ae8b4 commit 889a4df

File tree

21 files changed

+836
-578
lines changed

21 files changed

+836
-578
lines changed

app/visualizer/searching/binarysearch/content.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const content = () => {
8080
</div>
8181
<div className="flex justify-center">
8282
<span className="text-xs hidden md:block">
83-
Powered by{" "}
83+
Daily DSA Challenge by{" "}
8484
<a
8585
href="https://hw.glich.co/resources/daily"
8686
target="_blank"
@@ -231,7 +231,7 @@ const content = () => {
231231
)}
232232
<div className="flex justify-center pb-8">
233233
<span className="text-xs">
234-
Powered by{" "}
234+
Daily DSA Challenge by{" "}
235235
<a
236236
href="https://hw.glich.co/resources/daily"
237237
target="_blank"

app/visualizer/searching/linearsearch/content.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const content = () => {
8080
</div>
8181
<div className="flex justify-center">
8282
<span className="text-xs hidden md:block">
83-
Powered by{" "}
83+
Daily DSA Challenge By{" "}
8484
<a
8585
href="https://hw.glich.co/resources/daily"
8686
target="_blank"
@@ -221,7 +221,7 @@ const content = () => {
221221
)}
222222
<div className="flex justify-center pb-8">
223223
<span className="text-xs">
224-
Powered by{" "}
224+
Daily DSA Challenge By{" "}
225225
<a
226226
href="https://hw.glich.co/resources/daily"
227227
target="_blank"

app/visualizer/sorting/bubblesort/content.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const content = () => {
9898
</div>
9999
<div className="flex justify-center">
100100
<span className="text-xs hidden md:block">
101-
Powered by{" "}
101+
Daily DSA Challenge By{" "}
102102
<a
103103
href="https://hw.glich.co/resources/daily"
104104
target="_blank"
@@ -270,7 +270,7 @@ const content = () => {
270270
)}
271271
<div className="flex justify-center pb-8">
272272
<span className="text-xs">
273-
Powered by{" "}
273+
Daily DSA Challenge By{" "}
274274
<a
275275
href="https://hw.glich.co/resources/daily"
276276
target="_blank"

app/visualizer/sorting/insertionsort/content.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const content = () => {
111111
</div>
112112
<div className="flex justify-center">
113113
<span className="text-xs hidden md:block">
114-
Powered by{" "}
114+
Daily DSA Challenge By{" "}
115115
<a
116116
href="https://hw.glich.co/resources/daily"
117117
target="_blank"
@@ -288,7 +288,7 @@ const content = () => {
288288
)}
289289
<div className="flex justify-center pb-8">
290290
<span className="text-xs">
291-
Powered by{" "}
291+
Daily DSA Challenge By{" "}
292292
<a
293293
href="https://hw.glich.co/resources/daily"
294294
target="_blank"

app/visualizer/sorting/mergesort/content.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const content = () => {
104104
</div>
105105
<div className="flex justify-center">
106106
<span className="text-xs hidden md:block">
107-
Powered by{" "}
107+
Daily DSA Challenge By{" "}
108108
<a
109109
href="https://hw.glich.co/resources/daily"
110110
target="_blank"
@@ -277,7 +277,7 @@ const content = () => {
277277
)}
278278
<div className="flex justify-center pb-8">
279279
<span className="text-xs">
280-
Powered by{" "}
280+
Daily DSA Challenge By{" "}
281281
<a
282282
href="https://hw.glich.co/resources/daily"
283283
target="_blank"
@@ -292,4 +292,4 @@ const content = () => {
292292
);
293293
};
294294

295-
export default content;
295+
export default content;

app/visualizer/sorting/quicksort/content.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const content = () => {
145145
</div>
146146
<div className="flex justify-center">
147147
<span className="text-xs hidden md:block">
148-
Powered by{" "}
148+
Daily DSA Challenge By{" "}
149149
<a
150150
href="https://hw.glich.co/resources/daily"
151151
target="_blank"
@@ -372,7 +372,7 @@ const content = () => {
372372
)}
373373
<div className="flex justify-center pb-8">
374374
<span className="text-xs">
375-
Powered by{" "}
375+
Daily DSA Challenge By{" "}
376376
<a
377377
href="https://hw.glich.co/resources/daily"
378378
target="_blank"

app/visualizer/sorting/selectionsort/content.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const content = () => {
114114
</div>
115115
<div className="flex justify-center">
116116
<span className="text-xs hidden md:block">
117-
Powered by{" "}
117+
Daily DSA Challenge By{" "}
118118
<a
119119
href="https://hw.glich.co/resources/daily"
120120
target="_blank"
@@ -325,7 +325,7 @@ const content = () => {
325325
)}
326326
<div className="flex justify-center pb-8">
327327
<span className="text-xs">
328-
Powered by{" "}
328+
Daily DSA Challenge By{" "}
329329
<a
330330
href="https://hw.glich.co/resources/daily"
331331
target="_blank"

0 commit comments

Comments
 (0)