Skip to content

Commit

Permalink
Update page.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MiChaelinzo authored Aug 29, 2024
1 parent 8b50aad commit b2bad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AllSighting/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Page() {
<h1 className="text-5xl text-center text-white font-tektur">All Sightings</h1>
<div className="bg-secondary w-64 h-1 my-2 rounded-md"></div>
</div>
<h2 className='text-base text-center text-white font-tektur relative'> Search by shape and use your mouse or keyboard to scroll to the right for more information!</h2>
<h2 className='text-base text-center text-white font-tektur relative'> Add Sightings is added here. Search by description and use your mouse or keyboard to scroll to the right for more information!</h2>

{
loading ? (
Expand Down

0 comments on commit b2bad26

Please sign in to comment.