Skip to content

Commit

Permalink
add the . to index
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Black committed Aug 25, 2024
1 parent 6a609ed commit 8245c29
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 22 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<link rel="manifest" href="./manifest.json" />
<title>React App</title>
<script type="module" crossorigin src="./assets/index-5f85bc7d.js"></script>
<script type="module" crossorigin src="./assets/index-59564fe6.js"></script>
<link rel="stylesheet" href="./assets/index-80a2d37f.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Main() {
<img className="w-full h-screen object-cover scale-x-[-1]" src={jsonImage}></img>
<div className="w-full h-screen absolute top-0 left-0 bg-white/20">
<div className='max-w-[700px] m-auto h-full w-full flex flex-col justify-center lg:items-start items-center'>
<h1 className='sm:text-5xl text-4xl font-bold text-gray-800'>I'm Jason Sutis</h1>
<h1 className='sm:text-5xl text-4xl font-bold text-gray-800'>I'm Jason Su</h1>
<h2 className='flex sm:text-3xl text-2xl pt-4 text-gray-800'>I'm a <TypeAnimation
sequence={[
// Same substring at the start will only be typed out once, initially
Expand Down
1 change: 0 additions & 1 deletion src/logo.svg

This file was deleted.

13 changes: 0 additions & 13 deletions src/reportWebVitals.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/setupTests.js

This file was deleted.

0 comments on commit 8245c29

Please sign in to comment.