Skip to content

Commit 798bed1

Browse files
committed
Update stack
1 parent e306d2d commit 798bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const interests = [
2525
"Riemannian Geometry",
2626
];
2727
const languages = ["Rust", "Gleam", "Python"];
28-
const editors = ["Neovim", "WezTerm", "Iosevka"];
28+
const editors = ["Neovim", "Kitty", "Iosevka"];
2929
3030
const MAX_POSTS = 10;
3131
const allPosts = await getAllPosts();

0 commit comments

Comments
 (0)