Skip to content

Commit 0b74a12

Browse files
committed
update
1 parent bef0cd7 commit 0b74a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Registered from "./Components/Registered";
1111
import { MantineProvider } from "@mantine/core";
1212
function App() {
1313
console.log("")
14-
console.log('Psst... so you are a hacker eh? Find out what this is and tag us on instagram (' + '%ccoding.studio' + ') ;) %c>++++++++++[>+++++++>+++++++++++>++++++++++>+++++++++++>++++++++++>++++++++++>+++++++++++>++++++++++>++++++++++++>++++++++++<<<<<<<<<<-]>+++.>.>+++++.>++++++.>+++++.>---.>--.>+++++.>++.>+.', 'background: #222; color: #9333ea', 'background: #222; color: #bada55');
14+
console.log('Psst... so you are a hacker eh? Find out what this is and tag us on instagram (coding.studio) ;) %c>++++++++++[>+++++++>+++++++++++>++++++++++>+++++++++++>++++++++++>++++++++++>+++++++++++>++++++++++>++++++++++++>++++++++++<<<<<<<<<<-]>+++.>.>+++++.>++++++.>+++++.>---.>--.>+++++.>++.>+.', 'background: #222; color: #bada55');
1515
return (
1616
<MantineProvider theme={{ colorScheme: "dark" }}>
1717
<Routes>

0 commit comments

Comments
 (0)