chore: Updated site with image
c570311a
2 file(s) · +2 −0
| 1 | 1 | import { Copy } from "./components/copy"; |
|
| 2 | + | import termImage from "./assets/darkmatter.png"; |
|
| 2 | 3 | ||
| 3 | 4 | function App() { |
|
| 4 | 5 | return ( |
|
| 7 | 8 | <p className="text-xs sm:text-lg font-mono"> |
|
| 8 | 9 | An opinionated terminal setup with Ghostty |
|
| 9 | 10 | </p> |
|
| 11 | + | <img src={termImage} className="sm:max-w-2xl max-w-sm" alt="screenshot" /> |
|
| 10 | 12 | <Copy /> |
|
| 11 | 13 | <a |
|
| 12 | 14 | href="https://github.com/stevedylandev/darkmatter" |
|
Binary file — no preview.