Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/visualizer/searching/binarysearch/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge by{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -231,7 +231,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge by{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions app/visualizer/searching/linearsearch/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -221,7 +221,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions app/visualizer/sorting/bubblesort/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -270,7 +270,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions app/visualizer/sorting/insertionsort/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -288,7 +288,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down
6 changes: 3 additions & 3 deletions app/visualizer/sorting/mergesort/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -277,7 +277,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand All @@ -292,4 +292,4 @@ const content = () => {
);
};

export default content;
export default content;
4 changes: 2 additions & 2 deletions app/visualizer/sorting/quicksort/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -372,7 +372,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down
4 changes: 2 additions & 2 deletions app/visualizer/sorting/selectionsort/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const content = () => {
</div>
<div className="flex justify-center">
<span className="text-xs hidden md:block">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down Expand Up @@ -325,7 +325,7 @@ const content = () => {
)}
<div className="flex justify-center pb-8">
<span className="text-xs">
Powered by{" "}
Daily DSA Challenge By{" "}
<a
href="https://hw.glich.co/resources/daily"
target="_blank"
Expand Down
Loading
Loading