Skip to content

Commit 6dd5b27

Browse files
committed
(v0.1.7.3(1)-alpha) QOL changes
Just changed the wording in the puzzle.md.. ANd added a class for the iframe instead of using inbuilt styles or whatever they are called
1 parent 202a0ee commit 6dd5b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

decrypt/puzzle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ARG: https://www.youtube.com/watch?v=yn6pePV2CS8
1010
4. Links to an image with a command: `ipconfig /dns --history`
1111
5. Type the command in the terminal, Internet history, we will find a yt link.
1212
6. In the video, a tts (with captions and a bg) will explain:
13-
> I'm going to list a command that you need to type in the terminal
13+
> I'm going to give you a command that you need to type in the terminal.
1414
> BUT, there is a catch. I'll list the command one character at a time.
1515
> So open your favourite notes app, or pen and paper and let's get started.

src/apps/chrome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ function Chrome() {
77
return (
88
<>
99
<iframe
10+
className={"chrome-iframe"}
1011
src={browserUrl}
1112
title="Browser Content"
1213
referrerPolicy="origin"
1314
allow="accelerometer; autoplay; clipboard-read; clipboard-write; encrypted-media; gyroscope; picture-in-picture; display-capture; camera; microphone; fullscreen"
1415
allowFullScreen
15-
style={{ width: '100%', height: '100%', border: 'none' }}
1616
/>
1717
</>
1818
)

0 commit comments

Comments
 (0)