Improve screen usage

This commit is contained in:
Michael Bradley 2025-02-21 02:29:41 -05:00
parent f4bede82a0
commit a49e2253d6
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 8 additions and 16 deletions

View file

@ -6,15 +6,13 @@ import { BlankLine } from "./utils";
// TODO: Automate screenshot of info for thumbnail?
const Fetch = () => {
return (
<div id="fetch-container">
<div id="fetch">
<ProfilePicture />
<div id="basic-info">
<Description />
<BlankLine />
<ColouredLine light={false} />
<ColouredLine light={true} />
</div>
<div id="fetch">
<ProfilePicture />
<div id="basic-info">
<Description />
<BlankLine />
<ColouredLine light={false} />
<ColouredLine light={true} />
</div>
</div>
);