Skip to content

Commit 007163d

Browse files
authored
Merge pull request
Updated Postfix module in Polish notation
2 parents d517fb7 + 54ce66b commit 007163d

File tree

7 files changed

+422
-455
lines changed

7 files changed

+422
-455
lines changed

app/visualizer/stack/isfull/content.jsx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,35 @@ const content = () => {
239239
</div>
240240
</section>
241241
</article>
242+
243+
{/* Mobile iframe at bottom */}
244+
<div className="block md:hidden w-full">
245+
{mounted && (
246+
<iframe
247+
key={theme}
248+
src={
249+
theme === "dark"
250+
? "https://hw.glich.co/resources/embed/daily/dsa?theme=dark"
251+
: "https://hw.glich.co/resources/embed/daily/dsa?theme=light"
252+
}
253+
width="100%"
254+
height="320"
255+
title="Daily DSA Challenge"
256+
></iframe>
257+
)}
258+
<div className="flex justify-center pb-8">
259+
<span className="text-xs">
260+
Daily DSA Challenge by{" "}
261+
<a
262+
href="https://hw.glich.co/resources/daily"
263+
target="_blank"
264+
className="underline hover:text-blue-500 duration-300"
265+
>
266+
Hello World
267+
</a>
268+
</span>
269+
</div>
270+
</div>
242271
</main>
243272
);
244273
};

0 commit comments

Comments
 (0)