Skip to content

Commit

Permalink
TEMP - remove exclamation mark to test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-mosher committed Jul 30, 2024
1 parent 63c31a0 commit 82be119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function App() {
return (
<div className='flex min-h-screen items-center justify-center bg-customPurple'>
<div className='relative bottom-[10vh] rounded-2xl bg-white p-8 shadow-lg'>
<h1 className='text-center text-8xl font-bold uppercase'>You Are!!</h1>
<h1 className='text-center text-8xl font-bold uppercase'>You Are!</h1>
</div>
</div>
)
Expand Down

0 comments on commit 82be119

Please sign in to comment.