chore: Added mini app init
630c4f4b
1 file(s) · +2 −1
| 1 | 1 | import { Copy } from "./components/copy"; |
|
| 2 | - | import { Link } from "@mini_apps/utilities"; |
|
| 2 | + | import { Link, FrameInit } from "@mini_apps/utilities"; |
|
| 3 | 3 | import termImage from "./assets/darkmatter.png"; |
|
| 4 | 4 | ||
| 5 | 5 | function App() { |
|
| 6 | 6 | return ( |
|
| 7 | 7 | <main className="flex flex-col min-h-screen w-full items-center justify-center gap-12 bg-[#121113] text-white"> |
|
| 8 | + | <FrameInit /> |
|
| 8 | 9 | <h1 className="sm:text-7xl text-5xl font-mono">DARKMATTER</h1> |
|
| 9 | 10 | <p className="text-xs sm:text-lg font-mono"> |
|
| 10 | 11 | An opinionated terminal setup with Ghostty |