Skip to content

Commit

Permalink
Update from placeholder text to placeholder copy
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Oct 29, 2024
1 parent 1a0bb3c commit 65f31e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 4 additions & 6 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ function App() {
<div className="md:flex flex-col">
<header className="grow-0 items-center text-center my-16">
<h1 className="mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 md:text-5xl lg:text-6xl dark:text-white">
Ipsum anim officia velit
Epiverse{' '}
<span className="underline underline-offset-3 decoration-8 decoration-blue-400 dark:decoration-blue-600">
consectetur irure cillum
Tool Search
</span>
</h1>
<p className="text-lg font-normal text-gray-500 lg:text-xl dark:text-gray-400 m-2 lg:m-8">
Aliquip irure irure ut aliqua anim occaecat aliqua laborum. Labore
proident ex reprehenderit consectetur exercitation et consectetur
fugiat culpa duis sunt ullamco commodo. Occaecat deserunt officia
dolor sint culpa adipisicing occaecat cillum id aliqua.
Please describe the task you would like and we will list the tools
that are relevant.
</p>
</header>
<Grid first={<SearchCol />} second={<MapCol />} />
Expand Down
4 changes: 1 addition & 3 deletions src/MapCol.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import PackageMap from './PackageMap';
const MapCol = () => {
return (
<div className="items-center">
<h2 className="text-xl font-bold text-center my-4">
Consequat non aute duis quis eu
</h2>
<h2 className="text-xl font-bold text-center my-4">Search map</h2>
<div className="items-center flex max-w-100%">
<PackageMap />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/SearchCol.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const SearchBar = () => {
<div>
<form className="max-w-md mx-auto">
<h2 className="text-xl font-bold text-center my-4">
Consequat non duis
Type your task here
</h2>
<label
htmlFor="default-search"
Expand Down

0 comments on commit 65f31e5

Please sign in to comment.