creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet

chore: change names to trill

ptr.pet 03b78bb5 c9d37232

verified
Changed files
+2 -2
src
+1 -1
index.html
···
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
-
<title>bsky voice memos</title>
+
<title>trill - bsky voice memos</title>
</head>
<body>
<noscript>you need to enable javascript to run this app.</noscript>
+1 -1
src/App.tsx
···
<Card.Header>
<Card.Title w="full">
<Stack direction="row" align="center">
-
<Text>memos</Text>
+
<Text>trill</Text>
<div style="flex-grow: 1;"></div>
<AccountSelect />
<Settings />