Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function App() {

Trick Euan, Win his fortune...

Encode a sectret message with a cypher or steganography, Make me waste my time figuring it out, The more time I spend the more you win!
Encode a secret message with a cypher or steganography, Make me waste my time figuring it out, The more time I spend the more you win!

</ScrambledText>

Expand Down
2 changes: 1 addition & 1 deletion src/DecryptedText.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState, useRef, ReactNode } from 'react';
import { useEffect, useState, useRef, type ReactNode } from 'react';
import { motion, type MotionProps } from "framer-motion";


Expand Down
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import DecryptedText from '../DecryptedText'
import './Header.css'
import './header.css'

export default function Header() {
return (
Expand Down