no-unescaped-entities
This commit is contained in:
parent
830122d0d8
commit
adf0d2766d
1 changed files with 7 additions and 7 deletions
|
@ -152,7 +152,7 @@ const Terminal: React.FC = () => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleClick = (e: React.MouseEvent<HTMLDivElement>) => {
|
const handleClick = () => {
|
||||||
const selection = window.getSelection();
|
const selection = window.getSelection();
|
||||||
if (selection && selection.toString()) {
|
if (selection && selection.toString()) {
|
||||||
return;
|
return;
|
||||||
|
@ -206,19 +206,19 @@ const MOTD = () => (
|
||||||
{`\n |_| \\_\\___/|_| |_|_| |_|_|_|\\___(_)__,_|\\___| \\_/ `}
|
{`\n |_| \\_\\___/|_| |_|_| |_|_|_|\\___(_)__,_|\\___| \\_/ `}
|
||||||
</div>
|
</div>
|
||||||
<div className="text-green-300 mt-4">
|
<div className="text-green-300 mt-4">
|
||||||
<strong>Welcome to Ronnie's Development Terminal!</strong>
|
<strong>Welcome to Ronnie's Development Terminal!</strong>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="border-t border-gray-700 my-4"/>
|
<div className="border-t border-gray-700 my-4"/>
|
||||||
<strong className="text-yellow-400">🎩 ABOUT THE DEV</strong>
|
<strong className="text-yellow-400">🎩 ABOUT THE DEV</strong>
|
||||||
<p className="text-white">
|
<p className="text-white">
|
||||||
Hi! I'm Ronnie—a developer passionate about blending code and design.
|
Hi! I'm Ronnie—a developer passionate about blending code and design.
|
||||||
</p>
|
</p>
|
||||||
<p className="text-white">
|
<p className="text-white">
|
||||||
This site is my playground for testing and crafting innovative projects.
|
This site is my playground for testing and crafting innovative projects.
|
||||||
</p>
|
</p>
|
||||||
<p className="text-white">
|
<p className="text-white">
|
||||||
When I'm not tinkering here, I'm programming for NullDaily LLC, building
|
When I'm not tinkering here, I'm programming for NullDaily LLC, building
|
||||||
open-source tools to empower creators and developers.
|
open-source tools to empower creators and developers.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -305,14 +305,14 @@ const MOTD = () => (
|
||||||
|
|
||||||
<div className="border-t border-gray-700 my-4"/>
|
<div className="border-t border-gray-700 my-4"/>
|
||||||
<p className="text-green-300">
|
<p className="text-green-300">
|
||||||
🌟 "Code, automate, and create with purpose. This isn't just development;
|
🌟 "Code, automate, and create with purpose. This isn't just development;
|
||||||
it's an adventure." 🌟
|
it's an adventure." 🌟
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<div className="border-t border-gray-700 my-4"/>
|
<div className="border-t border-gray-700 my-4"/>
|
||||||
<div className="text-gray-400 mt-2">
|
<div className="text-gray-400 mt-2">
|
||||||
Type <span className="text-green-400">'help'</span> to see what you can do. Let’s explore together!
|
Type <span className="text-green-400">'help'</span> to see what you can do. Let’s explore together!
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue