-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 'Coming Soon' message on insert-cartridges page
- Loading branch information
arthuravianna
authored and
arthuravianna
committed
Jan 23, 2024
1 parent
f24d903
commit 6ec0894
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { fontPressStart2P } from "../utils/font" | ||
|
||
|
||
export default function UploadCartridge() { | ||
return ( | ||
<main className="flex items-center justify-center h-lvh"> | ||
<span className={`${fontPressStart2P.className} text-4xl` }>Coming Soon!</span> | ||
</main> | ||
) | ||
} |
This file was deleted.
Oops, something went wrong.