Skip to content

Commit

Permalink
remove to replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Mar 25, 2024
1 parent 50672c4 commit b9dcdf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/tri-display/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function DualLayout(props: {
docs: React.ReactNode;
}) {
return (
<div className="">
<div className="grid grid-cols-3 shrink">
{props.data}
{props.children}
{props.docs}
Expand Down
2 changes: 1 addition & 1 deletion app/tri-display/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Dual() {
<input
className="fixed bottom-0 w-full max-w-md p-2 mb-8 border border-gray-300 rounded shadow-xl"
value={input}
placeholder=""
placeholder="Say something..."
onChange={handleInputChange}
/>
</form>
Expand Down

0 comments on commit b9dcdf4

Please sign in to comment.